Color Hex Logo

#cc846f Color Hex

#CC846F
(204,132,111)
0 Favorites   0 Comments

Color spaces of #cc846f

RGB 204132111
HSL0.040.480.62
HSV14°46°80°
CMYK 0.000.350.46   0.20
XYZ36.022330.487619.0250
Yxy30.48760.42110.3564
Hunter Lab55.215619.825018.2220
CIE-Lab62.072725.318022.7970

#cc846f color RGB value is (204,132,111).

#cc846f hex color red value is 204, green value is 132 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cc846f hue: 0.04 , saturation: 0.48 and the lightness value of cc846f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 01101111
Octal 314 204 157
Decimal 204 132 111
Hex CC 84 6F

RGB Percentages of Color #cc846f

%45.64
%29.53
%24.83

CMYK Percentages of Color #cc846f

%0
%35
%46
%20

Triadic Colors of #cc846f

#cc846f #6fcc84 #846fcc

Analogous Colors of #cc846f

#cc846f #ccb36f #cc6f89

Monochromatic Colors of #cc846f

#cc846f

Complementary Color

#cc846f #6fb7cc

#cc846f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc846f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc846f Color CSS Codes

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

#cc846f Text Font Color

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

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


#cc846f Background Color

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

This div background color is #cc846f


#cc846f Border Color

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

This div border color is #cc846f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc846f


Comments

No comments written yet.

Please login to write comment.