Color Hex Logo

#cc846c Color Hex

#CC846C
(204,132,108)
0 Favorites   0 Comments

Color spaces of #cc846c

RGB 204132108
HSL0.040.480.61
HSV15°47°80°
CMYK 0.000.350.47   0.20
XYZ35.859930.422618.1695
Yxy30.42260.42460.3602
Hunter Lab55.156719.526919.0786
CIE-Lab62.017225.012724.4030

#cc846c color RGB value is (204,132,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 01101100
Octal 314 204 154
Decimal 204 132 108
Hex CC 84 6C

RGB Percentages of Color #cc846c

%45.95
%29.73
%24.32

CMYK Percentages of Color #cc846c

%0
%35
%47
%20

Triadic Colors of #cc846c

#cc846c #6ccc84 #846ccc

Analogous Colors of #cc846c

#cc846c #ccb46c #cc6c84

Monochromatic Colors of #cc846c

#cc846c

Complementary Color

#cc846c #6cb4cc

#cc846c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc846c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc846c Color CSS Codes

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

#cc846c Text Font Color

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

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


#cc846c Background Color

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

This div background color is #cc846c


#cc846c Border Color

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

This div border color is #cc846c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc846c


Comments

No comments written yet.

Please login to write comment.