Color Hex Logo

#c66021 Color Hex

#C66021
(198,96,33)
0 Favorites   0 Comments

Color spaces of #c66021

RGB 1989633
HSL0.060.710.45
HSV23°83°78°
CMYK 0.000.520.83   0.22
XYZ27.746120.48133.9298
Yxy20.48130.53200.3927
Hunter Lab45.256330.237826.5310
CIE-Lab52.377136.955251.7968

#c66021 color RGB value is (198,96,33).

#c66021 hex color red value is 198, green value is 96 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #c66021 hue: 0.06 , saturation: 0.71 and the lightness value of c66021 is 0.45.

The process color (four color CMYK) of #c66021 color hex is 0.00, 0.52, 0.83, 0.22. Web safe color of #c66021 is #cc6633. Color #c66021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100000 00100001
Octal 306 140 41
Decimal 198 96 33
Hex C6 60 21

RGB Percentages of Color #c66021

%60.55
%29.36
%10.09

CMYK Percentages of Color #c66021

%0
%52
%83
%22

Triadic Colors of #c66021

#c66021 #21c660 #6021c6

Analogous Colors of #c66021

#c66021 #c6b321 #c62135

Monochromatic Colors of #c66021

#c66021

Complementary Color

#c66021 #2187c6

#c66021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66021 Color CSS Codes

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

#c66021 Text Font Color

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

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


#c66021 Background Color

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

This div background color is #c66021


#c66021 Border Color

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

This div border color is #c66021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66021


Comments

No comments written yet.

Please login to write comment.