Color Hex Logo

#cc770c Color Hex

#CC770C
(204,119,12)
0 Favorites   0 Comments

Color spaces of #cc770c

RGB 20411912
HSL0.090.890.42
HSV33°94°80°
CMYK 0.000.420.94   0.20
XYZ31.565026.05763.7138
Yxy26.05760.51460.4248
Hunter Lab51.046621.044931.4191
CIE-Lab58.091726.891462.8834

#cc770c color RGB value is (204,119,12).

#cc770c hex color red value is 204, green value is 119 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #cc770c hue: 0.09 , saturation: 0.89 and the lightness value of cc770c is 0.42.

The process color (four color CMYK) of #cc770c color hex is 0.00, 0.42, 0.94, 0.20. Web safe color of #cc770c is #cc6600. Color #cc770c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110111 00001100
Octal 314 167 14
Decimal 204 119 12
Hex CC 77 C

RGB Percentages of Color #cc770c

%60.90
%35.52
%3.58

CMYK Percentages of Color #cc770c

%0
%42
%94
%20

Triadic Colors of #cc770c

#cc770c #0ccc77 #770ccc

Analogous Colors of #cc770c

#cc770c #c1cc0c #cc170c

Monochromatic Colors of #cc770c

#cc770c

Complementary Color

#cc770c #0c61cc

#cc770c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc770c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc770c Color CSS Codes

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

#cc770c Text Font Color

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

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


#cc770c Background Color

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

This div background color is #cc770c


#cc770c Border Color

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

This div border color is #cc770c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,119,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc770c


Comments

No comments written yet.

Please login to write comment.