Color Hex Logo

#cc884a Color Hex

#CC884A
(204,136,74)
0 Favorites   0 Comments

Color spaces of #cc884a

RGB 20413674
HSL0.080.560.55
HSV29°64°80°
CMYK 0.000.330.64   0.20
XYZ34.942030.940110.6090
Yxy30.94010.45680.4045
Hunter Lab55.623814.789227.6284
CIE-Lab62.457020.007343.2396

#cc884a color RGB value is (204,136,74).

#cc884a hex color red value is 204, green value is 136 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cc884a hue: 0.08 , saturation: 0.56 and the lightness value of cc884a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001000 01001010
Octal 314 210 112
Decimal 204 136 74
Hex CC 88 4A

RGB Percentages of Color #cc884a

%49.28
%32.85
%17.87

CMYK Percentages of Color #cc884a

%0
%33
%64
%20

Triadic Colors of #cc884a

#cc884a #4acc88 #884acc

Analogous Colors of #cc884a

#cc884a #ccc94a #cc4a4d

Monochromatic Colors of #cc884a

#cc884a

Complementary Color

#cc884a #4a8ecc

#cc884a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc884a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc884a Color CSS Codes

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

#cc884a Text Font Color

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

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


#cc884a Background Color

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

This div background color is #cc884a


#cc884a Border Color

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

This div border color is #cc884a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc884a


Comments

No comments written yet.

Please login to write comment.