Color Hex Logo

#cc845e Color Hex

#CC845E
(204,132,94)
0 Favorites   0 Comments

Color spaces of #cc845e

RGB 20413294
HSL0.060.520.58
HSV21°54°80°
CMYK 0.000.350.54   0.20
XYZ35.173530.148014.5550
Yxy30.14800.44030.3774
Hunter Lab54.907218.259422.7182
CIE-Lab61.781723.707531.8445

#cc845e color RGB value is (204,132,94).

#cc845e hex color red value is 204, green value is 132 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cc845e hue: 0.06 , saturation: 0.52 and the lightness value of cc845e is 0.58.

The process color (four color CMYK) of #cc845e color hex is 0.00, 0.35, 0.54, 0.20. Web safe color of #cc845e is #cc9966. Color #cc845e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 01011110
Octal 314 204 136
Decimal 204 132 94
Hex CC 84 5E

RGB Percentages of Color #cc845e

%47.44
%30.70
%21.86

CMYK Percentages of Color #cc845e

%0
%35
%54
%20

Triadic Colors of #cc845e

#cc845e #5ecc84 #845ecc

Analogous Colors of #cc845e

#cc845e #ccbb5e #cc5e6f

Monochromatic Colors of #cc845e

#cc845e

Complementary Color

#cc845e #5ea6cc

#cc845e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc845e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc845e Color CSS Codes

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

#cc845e Text Font Color

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

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


#cc845e Background Color

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

This div background color is #cc845e


#cc845e Border Color

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

This div border color is #cc845e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc845e


Comments

No comments written yet.

Please login to write comment.