Color Hex Logo

#c66521 Color Hex

#C66521
(198,101,33)
0 Favorites   0 Comments

Color spaces of #c66521

RGB 19810133
HSL0.070.710.45
HSV25°83°78°
CMYK 0.000.490.83   0.22
XYZ28.216921.42294.0867
Yxy21.42290.52520.3987
Hunter Lab46.284927.821427.1644
CIE-Lab53.409334.371752.7082

#c66521 color RGB value is (198,101,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100101 00100001
Octal 306 145 41
Decimal 198 101 33
Hex C6 65 21

RGB Percentages of Color #c66521

%59.64
%30.42
%9.94

CMYK Percentages of Color #c66521

%0
%49
%83
%22

Triadic Colors of #c66521

#c66521 #21c665 #6521c6

Analogous Colors of #c66521

#c66521 #c6b821 #c6212f

Monochromatic Colors of #c66521

#c66521

Complementary Color

#c66521 #2182c6

#c66521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66521 Color CSS Codes

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

#c66521 Text Font Color

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

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


#c66521 Background Color

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

This div background color is #c66521


#c66521 Border Color

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

This div border color is #c66521


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,101,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 #c66521">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66521


Comments

No comments written yet.

Please login to write comment.