Color Hex Logo

#cc882f Color Hex

#CC882F
(204,136,47)
0 Favorites   0 Comments

Color spaces of #cc882f

RGB 20413647
HSL0.090.630.49
HSV34°77°80°
CMYK 0.000.330.77   0.20
XYZ34.219130.65096.8020
Yxy30.65090.47740.4277
Hunter Lab55.363313.442231.4698
CIE-Lab62.211818.577055.4903

#cc882f color RGB value is (204,136,47).

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

The process color (four color CMYK) of #cc882f color hex is 0.00, 0.33, 0.77, 0.20. Web safe color of #cc882f is #cc9933. Color #cc882f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001000 00101111
Octal 314 210 57
Decimal 204 136 47
Hex CC 88 2F

RGB Percentages of Color #cc882f

%52.71
%35.14
%12.14

CMYK Percentages of Color #cc882f

%0
%33
%77
%20

Triadic Colors of #cc882f

#cc882f #2fcc88 #882fcc

Analogous Colors of #cc882f

#cc882f #c2cc2f #cc3a2f

Monochromatic Colors of #cc882f

#cc882f

Complementary Color

#cc882f #2f73cc

#cc882f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc882f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc882f Color CSS Codes

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

#cc882f Text Font Color

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

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


#cc882f Background Color

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

This div background color is #cc882f


#cc882f Border Color

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

This div border color is #cc882f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc882f


Comments

No comments written yet.

Please login to write comment.