Shades of Puce #CC8490
Tints of Puce #CC8490
RGB
CMYK
RGB Variations
Color information
#CC8490 (or 0xCC8490) is known color: Puce. HEX triplet: CC, 84 and 90. RGB value is (204,132,144). Sum of RGB (Red+Green+Blue) = 204+132+144=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8490 is #337B6F. Grayscale: #9A9A9A. Windows color (decimal): -3373936 or 9471180. OLE color: 9471180.
HSL color Cylindrical-coordinate representation of color #CC8490: hue angle of 350º 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 #CC8490 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 144 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.2 |
| HSL | 350º | 0.41% | 0.66% | - |
| HSV(B) | 350º | 0.35% | 0.8% | - |
| XYZ | 38.19 | 31.35 | 30.42 | - |
| YUV | 154.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 144 | 0 | 0.35 | 0.29 | 0.2 | 350 | 0.41 | 0.66 |
| Hex | CC | 84 | 90 | 0 | 23 | 1D | 14 | 15E | 29 | 42 |
| Octal | 314 | 204 | 220 | 0 | 43 | 35 | 24 | 536 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10010000 | 0 | 100011 | 11101 | 10100 | 101011110 | 101001 | 1000010 |
Color Harmonies of #CC8490
Complementary color
Monochromatic Colors of #CC8490
Black with #CC8490
Text Example
Text Example
White with #CC8490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8490; }
p { color: rgb(204,132,144); }
H1.HeaderClassName
{
color: #CC8490;
}
.AnyTagClassName
{
color: #CC8490;
}
</style>
background-color css
<style>
a { background-color: #CC8490; }
a { background-color: rgb(204,132,144); }
div.DivClassName
{
background-color: #CC8490;
}
.BgClassName
{
background-color: #CC8490;
}
</style>
border-color css
<style>
span { border-color: #CC8490; }
span { border-color: rgb(204,132,144); }
td.TdClassName
{
border-color: #CC8490;
}
.TagClassName
{
border-color: #CC8490;
}
</style>