color codes Logo

#c6185d color codes

#C6185D
(198,24,93)
0 Favorites   0 Comments

Color spaces of #c6185d

RGB 1982493
HSL0.930.780.44
HSV336°88°78°
CMYK 0.000.880.53   0.22
XYZ25.591113.449311.6031
Yxy13.44930.50530.2656
Hunter Lab36.673360.38146.9125
CIE-Lab43.432666.68957.6497

#c6185d color RGB value is (198,24,93).

#c6185d hex color red value is 198, green value is 24 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c6185d hue: 0.93 , saturation: 0.78 and the lightness value of c6185d is 0.44.

The process color (four color CMYK) of #c6185d color code is 0.00, 0.88, 0.53, 0.22. Web safe color of #c6185d is #cc0066. Color #c6185d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011000 01011101
Octal 306 30 135
Decimal 198 24 93
Hex C6 18 5D

RGB Percentages of Color #c6185d

%62.86
%7.62
%29.52

CMYK Percentages of Color #c6185d

%0
%88
%53
%22

Triadic Colors of #c6185d

#c6185d #5dc618 #185dc6

Analogous Colors of #c6185d

#c6185d #c62a18 #c618b4

Monochromatic Colors of #c6185d

#c6185d

Complementary Color

#c6185d #18c681

#c6185d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6185d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6185d Color CSS Codes

.mybgcolor {background-color:#c6185d; } 
.myforecolor {color:#c6185d; }
.mybordercolor {border:3px solid #c6185d; }

#c6185d Text Font Color

<p style="color:#c6185d">Text here</p>

This sample text font color is #c6185d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c6185d Background Color

<div style="background-color:#c6185d">
Div content here</div>

This div background color is #c6185d


#c6185d Border Color

<div style="border:3px solid #c6185d">
Div here</div>

This div border color is #c6185d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,24,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6185d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6185d;
  -webkit-box-shadow: 1px 1px 3px 2px #c6185d;
  box-shadow:         1px 1px 3px 2px #c6185d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,24,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6185d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6185d;
  -webkit-box-shadow: 1px 1px 3px 2px #c6185d;
  box-shadow:         1px 1px 3px 2px #c6185d;">
Div content here</div>

This div box has shadow with color #c6185d


Comments

No comments written yet.

Please login to write comment.