Color Hex Logo

#cc845d Color Hex

#CC845D
(204,132,93)
0 Favorites   0 Comments

Color spaces of #cc845d

RGB 20413293
HSL0.060.520.58
HSV21°54°80°
CMYK 0.000.350.54   0.20
XYZ35.128930.130214.3201
Yxy30.13020.44140.3786
Hunter Lab54.891018.176522.9560
CIE-Lab61.766423.621732.3712

#cc845d color RGB value is (204,132,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 01011101
Octal 314 204 135
Decimal 204 132 93
Hex CC 84 5D

RGB Percentages of Color #cc845d

%47.55
%30.77
%21.68

CMYK Percentages of Color #cc845d

%0
%35
%54
%20

Triadic Colors of #cc845d

#cc845d #5dcc84 #845dcc

Analogous Colors of #cc845d

#cc845d #ccbc5d #cc5d6e

Monochromatic Colors of #cc845d

#cc845d

Complementary Color

#cc845d #5da5cc

#cc845d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc845d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc845d Color CSS Codes

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

#cc845d Text Font Color

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

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


#cc845d Background Color

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

This div background color is #cc845d


#cc845d Border Color

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

This div border color is #cc845d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc845d


Comments

No comments written yet.

Please login to write comment.