Color Hex Logo

#c66503 Color Hex

#C66503
(198,101,3)
0 Favorites   0 Comments

Color spaces of #c66503

RGB 1981013
HSL0.080.970.39
HSV30°98°78°
CMYK 0.000.490.98   0.22
XYZ27.958821.31972.7277
Yxy21.31970.53760.4099
Hunter Lab46.173327.282028.8187
CIE-Lab53.297633.832760.9581

#c66503 color RGB value is (198,101,3).

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

The process color (four color CMYK) of #c66503 color hex is 0.00, 0.49, 0.98, 0.22. Web safe color of #c66503 is #cc6600. Color #c66503 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100101 00000011
Octal 306 145 3
Decimal 198 101 3
Hex C6 65 3

RGB Percentages of Color #c66503

%65.56
%33.44
%0.99

CMYK Percentages of Color #c66503

%0
%49
%98
%22

Triadic Colors of #c66503

#c66503 #03c665 #6503c6

Analogous Colors of #c66503

#c66503 #c6c603 #c60403

Monochromatic Colors of #c66503

#c66503

Complementary Color

#c66503 #0364c6

#c66503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66503 Color CSS Codes

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

#c66503 Text Font Color

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

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


#c66503 Background Color

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

This div background color is #c66503


#c66503 Border Color

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

This div border color is #c66503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66503


Comments

No comments written yet.

Please login to write comment.