Color Hex Logo

#c66015 Color Hex

#C66015
(198,96,21)
0 Favorites   0 Comments

Color spaces of #c66015

RGB 1989621
HSL0.070.810.43
HSV25°89°78°
CMYK 0.000.520.89   0.22
XYZ27.606920.42573.1970
Yxy20.42570.53890.3987
Hunter Lab45.194829.944527.4423
CIE-Lab52.315136.666656.0839

#c66015 color RGB value is (198,96,21).

#c66015 hex color red value is 198, green value is 96 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #c66015 hue: 0.07 , saturation: 0.81 and the lightness value of c66015 is 0.43.

The process color (four color CMYK) of #c66015 color hex is 0.00, 0.52, 0.89, 0.22. Web safe color of #c66015 is #cc6600. Color #c66015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100000 00010101
Octal 306 140 25
Decimal 198 96 21
Hex C6 60 15

RGB Percentages of Color #c66015

%62.86
%30.48
%6.67

CMYK Percentages of Color #c66015

%0
%52
%89
%22

Triadic Colors of #c66015

#c66015 #15c660 #6015c6

Analogous Colors of #c66015

#c66015 #c6b915 #c61523

Monochromatic Colors of #c66015

#c66015

Complementary Color

#c66015 #157bc6

#c66015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66015 Color CSS Codes

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

#c66015 Text Font Color

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

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


#c66015 Background Color

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

This div background color is #c66015


#c66015 Border Color

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

This div border color is #c66015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66015


Comments

No comments written yet.

Please login to write comment.