Shades of Puce #CC84A0
Tints of Puce #CC84A0
RGB
CMYK
RGB Variations
Color information
#CC84A0 (or 0xCC84A0) is known color: Puce. HEX triplet: CC, 84 and A0. RGB value is (204,132,160). Sum of RGB (Red+Green+Blue) = 204+132+160=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC84A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC84A0 is #337B5F. Grayscale: #9C9C9C. Windows color (decimal): -3373920 or 10519756. OLE color: 10519756.
HSL color Cylindrical-coordinate representation of color #CC84A0: hue angle of 336.67º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC84A0 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 160 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.2 |
| HSL | 336.67º | 0.41% | 0.66% | - |
| HSV(B) | 336.67º | 0.35% | 0.8% | - |
| XYZ | 39.5 | 31.88 | 37.33 | - |
| YUV | 156.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 160 | 0 | 0.35 | 0.22 | 0.2 | 336.67 | 0.41 | 0.66 |
| Hex | CC | 84 | A0 | 0 | 23 | 16 | 14 | 151 | 29 | 42 |
| Octal | 314 | 204 | 240 | 0 | 43 | 26 | 24 | 521 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10100000 | 0 | 100011 | 10110 | 10100 | 101010001 | 101001 | 1000010 |
Color Harmonies of #CC84A0
Complementary color
Monochromatic Colors of #CC84A0
Black with #CC84A0
Text Example
Text Example
White with #CC84A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC84A0; }
p { color: rgb(204,132,160); }
H1.HeaderClassName
{
color: #CC84A0;
}
.AnyTagClassName
{
color: #CC84A0;
}
</style>
background-color css
<style>
a { background-color: #CC84A0; }
a { background-color: rgb(204,132,160); }
div.DivClassName
{
background-color: #CC84A0;
}
.BgClassName
{
background-color: #CC84A0;
}
</style>
border-color css
<style>
span { border-color: #CC84A0; }
span { border-color: rgb(204,132,160); }
td.TdClassName
{
border-color: #CC84A0;
}
.TagClassName
{
border-color: #CC84A0;
}
</style>