Shades of Puce #CC8096
Tints of Puce #CC8096
RGB
CMYK
RGB Variations
Color information
#CC8096 (or 0xCC8096) is known color: Puce. HEX triplet: CC, 80 and 96. RGB value is (204,128,150). Sum of RGB (Red+Green+Blue) = 204+128+150=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8096 is #337F69. Grayscale: #999999. Windows color (decimal): -3374954 or 9863372. OLE color: 9863372.
HSL color Cylindrical-coordinate representation of color #CC8096: hue angle of 342.63º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC8096 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 150 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.2 |
| HSL | 342.63º | 0.43% | 0.65% | - |
| HSV(B) | 342.63º | 0.37% | 0.8% | - |
| XYZ | 38.13 | 30.48 | 32.73 | - |
| YUV | 153.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 150 | 0 | 0.37 | 0.26 | 0.2 | 342.63 | 0.43 | 0.65 |
| Hex | CC | 80 | 96 | 0 | 25 | 1A | 14 | 157 | 2B | 41 |
| Octal | 314 | 200 | 226 | 0 | 45 | 32 | 24 | 527 | 53 | 101 |
| Binary | 11001100 | 10000000 | 10010110 | 0 | 100101 | 11010 | 10100 | 101010111 | 101011 | 1000001 |
Color Harmonies of #CC8096
Complementary color
Monochromatic Colors of #CC8096
Black with #CC8096
Text Example
Text Example
White with #CC8096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8096; }
p { color: rgb(204,128,150); }
H1.HeaderClassName
{
color: #CC8096;
}
.AnyTagClassName
{
color: #CC8096;
}
</style>
background-color css
<style>
a { background-color: #CC8096; }
a { background-color: rgb(204,128,150); }
div.DivClassName
{
background-color: #CC8096;
}
.BgClassName
{
background-color: #CC8096;
}
</style>
border-color css
<style>
span { border-color: #CC8096; }
span { border-color: rgb(204,128,150); }
td.TdClassName
{
border-color: #CC8096;
}
.TagClassName
{
border-color: #CC8096;
}
</style>