Color Hex Logo

#cc7306 Color Hex

#CC7306
(204,115,6)
0 Favorites   0 Comments

Color spaces of #cc7306

RGB 2041156
HSL0.090.940.41
HSV33°97°80°
CMYK 0.000.440.97   0.20
XYZ31.065425.11203.3821
Yxy25.11200.52160.4216
Hunter Lab50.111922.960131.0768
CIE-Lab57.184428.965763.3106

#cc7306 color RGB value is (204,115,6).

#cc7306 hex color red value is 204, green value is 115 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #cc7306 hue: 0.09 , saturation: 0.94 and the lightness value of cc7306 is 0.41.

The process color (four color CMYK) of #cc7306 color hex is 0.00, 0.44, 0.97, 0.20. Web safe color of #cc7306 is #cc6600. Color #cc7306 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110011 00000110
Octal 314 163 6
Decimal 204 115 6
Hex CC 73 6

RGB Percentages of Color #cc7306

%62.77
%35.38
%1.85

CMYK Percentages of Color #cc7306

%0
%44
%97
%20

Triadic Colors of #cc7306

#cc7306 #06cc73 #7306cc

Analogous Colors of #cc7306

#cc7306 #c2cc06 #cc1006

Monochromatic Colors of #cc7306

#cc7306

Complementary Color

#cc7306 #065fcc

#cc7306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7306 Color CSS Codes

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

#cc7306 Text Font Color

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

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


#cc7306 Background Color

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

This div background color is #cc7306


#cc7306 Border Color

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

This div border color is #cc7306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7306


Comments

No comments written yet.

Please login to write comment.