Color Hex Logo

#c66200 Color Hex

#C66200
(198,98,0)
0 Favorites   0 Comments

Color spaces of #c66200

RGB 198980
HSL0.081.000.39
HSV30°100°78°
CMYK 0.000.511.00   0.22
XYZ27.656420.74112.5458
Yxy20.74110.54290.4071
Hunter Lab45.542428.698028.5654
CIE-Lab52.665035.356561.1982

#c66200 color RGB value is (198,98,0).

#c66200 hex color red value is 198, green value is 98 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #c66200 hue: 0.08 , saturation: 1.00 and the lightness value of c66200 is 0.39.

The process color (four color CMYK) of #c66200 color hex is 0.00, 0.51, 1.00, 0.22. Web safe color of #c66200 is #cc6600. Color #c66200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100010 00000000
Octal 306 142 0
Decimal 198 98 0
Hex C6 62 0

RGB Percentages of Color #c66200

%66.89
%33.11
%0.00

CMYK Percentages of Color #c66200

%0
%51
%100
%22

Triadic Colors of #c66200

#c66200 #00c662 #6200c6

Analogous Colors of #c66200

#c66200 #c6c500 #c60001

Monochromatic Colors of #c66200

#c66200

Complementary Color

#c66200 #0064c6

#c66200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66200 Color CSS Codes

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

#c66200 Text Font Color

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

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


#c66200 Background Color

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

This div background color is #c66200


#c66200 Border Color

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

This div border color is #c66200


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,98,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c66200; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c66200;
  -webkit-box-shadow: 1px 1px 3px 2px #c66200;
  box-shadow:         1px 1px 3px 2px #c66200; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,98,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66200


Comments

No comments written yet.

Please login to write comment.