Color Hex Logo

#c0606b Color Hex

#C0606B
(192,96,107)
0 Favorites   0 Comments

Color spaces of #c0606b

RGB 19296107
HSL0.980.430.56
HSV353°50°75°
CMYK 0.000.500.44   0.25
XYZ28.574920.633716.3866
Yxy20.63370.43560.3146
Hunter Lab45.424332.795710.4085
CIE-Lab52.546239.496211.8000

#c0606b color RGB value is (192,96,107).

#c0606b hex color red value is 192, green value is 96 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c0606b hue: 0.98 , saturation: 0.43 and the lightness value of c0606b is 0.56.

The process color (four color CMYK) of #c0606b color hex is 0.00, 0.50, 0.44, 0.25. Web safe color of #c0606b is #cc6666. Color #c0606b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100000 01101011
Octal 300 140 153
Decimal 192 96 107
Hex C0 60 6B

RGB Percentages of Color #c0606b

%48.61
%24.30
%27.09

CMYK Percentages of Color #c0606b

%0
%50
%44
%25

Triadic Colors of #c0606b

#c0606b #6bc060 #606bc0

Analogous Colors of #c0606b

#c0606b #c08560 #c0609b

Monochromatic Colors of #c0606b

#c0606b

Complementary Color

#c0606b #60c0b5

#c0606b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0606b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0606b Color CSS Codes

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

#c0606b Text Font Color

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

This sample text font color is #c0606b
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.


#c0606b Background Color

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

This div background color is #c0606b


#c0606b Border Color

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

This div border color is #c0606b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,96,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0606b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0606b;
  -webkit-box-shadow: 1px 1px 3px 2px #c0606b;
  box-shadow:         1px 1px 3px 2px #c0606b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,96,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0606b


Comments

No comments written yet.

Please login to write comment.