Color Hex Logo

#cc852d Color Hex

#CC852D
(204,133,45)
0 Favorites   0 Comments

Color spaces of #cc852d

RGB 20413345
HSL0.090.640.49
HSV33°78°80°
CMYK 0.000.350.78   0.20
XYZ33.763029.80196.4555
Yxy29.80190.48220.4256
Hunter Lab54.591114.862531.2026
CIE-Lab61.482920.131455.6046

#cc852d color RGB value is (204,133,45).

#cc852d hex color red value is 204, green value is 133 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cc852d hue: 0.09 , saturation: 0.64 and the lightness value of cc852d is 0.49.

The process color (four color CMYK) of #cc852d color hex is 0.00, 0.35, 0.78, 0.20. Web safe color of #cc852d is #cc9933. Color #cc852d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000101 00101101
Octal 314 205 55
Decimal 204 133 45
Hex CC 85 2D

RGB Percentages of Color #cc852d

%53.40
%34.82
%11.78

CMYK Percentages of Color #cc852d

%0
%35
%78
%20

Triadic Colors of #cc852d

#cc852d #2dcc85 #852dcc

Analogous Colors of #cc852d

#cc852d #c4cc2d #cc362d

Monochromatic Colors of #cc852d

#cc852d

Complementary Color

#cc852d #2d74cc

#cc852d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc852d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc852d Color CSS Codes

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

#cc852d Text Font Color

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

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


#cc852d Background Color

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

This div background color is #cc852d


#cc852d Border Color

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

This div border color is #cc852d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc852d


Comments

No comments written yet.

Please login to write comment.