Color Hex Logo

#cc906b Color Hex

#CC906B
(204,144,107)
0 Favorites   0 Comments

Color spaces of #cc906b

RGB 204144107
HSL0.060.490.61
HSV23°48°80°
CMYK 0.000.290.48   0.20
XYZ37.528933.845418.4647
Yxy33.84540.41770.3767
Hunter Lab58.176813.338021.9057
CIE-Lab64.839718.367128.6763

#cc906b color RGB value is (204,144,107).

#cc906b hex color red value is 204, green value is 144 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cc906b hue: 0.06 , saturation: 0.49 and the lightness value of cc906b is 0.61.

The process color (four color CMYK) of #cc906b color hex is 0.00, 0.29, 0.48, 0.20. Web safe color of #cc906b is #cc9966. Color #cc906b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010000 01101011
Octal 314 220 153
Decimal 204 144 107
Hex CC 90 6B

RGB Percentages of Color #cc906b

%44.84
%31.65
%23.52

CMYK Percentages of Color #cc906b

%0
%29
%48
%20

Triadic Colors of #cc906b

#cc906b #6bcc90 #906bcc

Analogous Colors of #cc906b

#cc906b #ccc16b #cc6b77

Monochromatic Colors of #cc906b

#cc906b

Complementary Color

#cc906b #6ba7cc

#cc906b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc906b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc906b Color CSS Codes

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

#cc906b Text Font Color

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

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


#cc906b Background Color

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

This div background color is #cc906b


#cc906b Border Color

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

This div border color is #cc906b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,144,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 #cc906b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc906b


Comments

No comments written yet.

Please login to write comment.