Color Hex Logo

#cc896a Color Hex

#CC896A
(204,137,106)
0 Favorites   0 Comments

Color spaces of #cc896a

RGB 204137106
HSL0.050.490.61
HSV19°48°80°
CMYK 0.000.330.48   0.20
XYZ36.449031.769317.8467
Yxy31.76930.42350.3691
Hunter Lab56.364316.792920.6819
CIE-Lab63.151822.089927.0151

#cc896a color RGB value is (204,137,106).

#cc896a hex color red value is 204, green value is 137 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cc896a hue: 0.05 , saturation: 0.49 and the lightness value of cc896a is 0.61.

The process color (four color CMYK) of #cc896a color hex is 0.00, 0.33, 0.48, 0.20. Web safe color of #cc896a is #cc9966. Color #cc896a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001001 01101010
Octal 314 211 152
Decimal 204 137 106
Hex CC 89 6A

RGB Percentages of Color #cc896a

%45.64
%30.65
%23.71

CMYK Percentages of Color #cc896a

%0
%33
%48
%20

Triadic Colors of #cc896a

#cc896a #6acc89 #896acc

Analogous Colors of #cc896a

#cc896a #ccba6a #cc6a7c

Monochromatic Colors of #cc896a

#cc896a

Complementary Color

#cc896a #6aadcc

#cc896a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc896a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc896a Color CSS Codes

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

#cc896a Text Font Color

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

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


#cc896a Background Color

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

This div background color is #cc896a


#cc896a Border Color

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

This div border color is #cc896a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc896a


Comments

No comments written yet.

Please login to write comment.