Color Hex Logo

#cc825c Color Hex

#CC825C
(204,130,92)
0 Favorites   0 Comments

Color spaces of #cc825c

RGB 20413092
HSL0.060.520.58
HSV20°55°80°
CMYK 0.000.360.55   0.20
XYZ34.816229.575313.9988
Yxy29.57530.44410.3773
Hunter Lab54.383219.105422.8064
CIE-Lab61.286024.624432.3094

#cc825c color RGB value is (204,130,92).

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

The process color (four color CMYK) of #cc825c color hex is 0.00, 0.36, 0.55, 0.20. Web safe color of #cc825c is #cc9966. Color #cc825c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000010 01011100
Octal 314 202 134
Decimal 204 130 92
Hex CC 82 5C

RGB Percentages of Color #cc825c

%47.89
%30.52
%21.60

CMYK Percentages of Color #cc825c

%0
%36
%55
%20

Triadic Colors of #cc825c

#cc825c #5ccc82 #825ccc

Analogous Colors of #cc825c

#cc825c #ccba5c #cc5c6e

Monochromatic Colors of #cc825c

#cc825c

Complementary Color

#cc825c #5ca6cc

#cc825c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc825c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc825c Color CSS Codes

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

#cc825c Text Font Color

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

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


#cc825c Background Color

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

This div background color is #cc825c


#cc825c Border Color

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

This div border color is #cc825c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc825c


Comments

No comments written yet.

Please login to write comment.