Color Hex Logo

#cc522b Color Hex

#CC522B
(204,82,43)
0 Favorites   0 Comments

Color spaces of #cc522b

RGB 2048243
HSL0.040.650.48
HSV15°79°80°
CMYK 0.000.600.79   0.20
XYZ28.355219.04644.4673
Yxy19.04640.54670.3672
Hunter Lab43.642239.601224.4805
CIE-Lab50.741446.414946.0912

#cc522b color RGB value is (204,82,43).

#cc522b hex color red value is 204, green value is 82 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cc522b hue: 0.04 , saturation: 0.65 and the lightness value of cc522b is 0.48.

The process color (four color CMYK) of #cc522b color hex is 0.00, 0.60, 0.79, 0.20. Web safe color of #cc522b is #cc6633. Color #cc522b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010010 00101011
Octal 314 122 53
Decimal 204 82 43
Hex CC 52 2B

RGB Percentages of Color #cc522b

%62.01
%24.92
%13.07

CMYK Percentages of Color #cc522b

%0
%60
%79
%20

Triadic Colors of #cc522b

#cc522b #2bcc52 #522bcc

Analogous Colors of #cc522b

#cc522b #cca32b #cc2b54

Monochromatic Colors of #cc522b

#cc522b

Complementary Color

#cc522b #2ba5cc

#cc522b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc522b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc522b Color CSS Codes

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

#cc522b Text Font Color

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

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


#cc522b Background Color

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

This div background color is #cc522b


#cc522b Border Color

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

This div border color is #cc522b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,82,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc522b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc522b;
  -webkit-box-shadow: 1px 1px 3px 2px #cc522b;
  box-shadow:         1px 1px 3px 2px #cc522b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,82,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc522b


Comments

No comments written yet.

Please login to write comment.