Color Hex Logo

#cc766b Color Hex

#CC766B
(204,118,107)
0 Favorites   0 Comments

Color spaces of #cc766b

RGB 204118107
HSL0.020.490.61
HSV48°80°
CMYK 0.000.420.48   0.20
XYZ34.034126.855817.2998
Yxy26.85580.43530.3435
Hunter Lab51.822626.539016.4832
CIE-Lab58.840632.465920.7118

#cc766b color RGB value is (204,118,107).

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

The process color (four color CMYK) of #cc766b color hex is 0.00, 0.42, 0.48, 0.20. Web safe color of #cc766b is #cc6666. Color #cc766b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110110 01101011
Octal 314 166 153
Decimal 204 118 107
Hex CC 76 6B

RGB Percentages of Color #cc766b

%47.55
%27.51
%24.94

CMYK Percentages of Color #cc766b

%0
%42
%48
%20

Triadic Colors of #cc766b

#cc766b #6bcc76 #766bcc

Analogous Colors of #cc766b

#cc766b #cca76b #cc6b91

Monochromatic Colors of #cc766b

#cc766b

Complementary Color

#cc766b #6bc1cc

#cc766b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc766b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc766b Color CSS Codes

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

#cc766b Text Font Color

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

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


#cc766b Background Color

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

This div background color is #cc766b


#cc766b Border Color

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

This div border color is #cc766b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc766b


Comments

No comments written yet.

Please login to write comment.