Shades of Puce #CC8396
Tints of Puce #CC8396
RGB
CMYK
RGB Variations
Color information
#CC8396 (or 0xCC8396) is known color: Puce. HEX triplet: CC, 83 and 96. RGB value is (204,131,150). Sum of RGB (Red+Green+Blue) = 204+131+150=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8396 is #337C69. Grayscale: #9A9A9A. Windows color (decimal): -3374186 or 9864140. OLE color: 9864140.
HSL color Cylindrical-coordinate representation of color #CC8396: hue angle of 344.38º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8396 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 150 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.2 |
| HSL | 344.38º | 0.42% | 0.66% | - |
| HSV(B) | 344.38º | 0.36% | 0.8% | - |
| XYZ | 38.52 | 31.27 | 32.86 | - |
| YUV | 154.99 | 125.18 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 150 | 0 | 0.36 | 0.26 | 0.2 | 344.38 | 0.42 | 0.66 |
| Hex | CC | 83 | 96 | 0 | 24 | 1A | 14 | 158 | 2A | 42 |
| Octal | 314 | 203 | 226 | 0 | 44 | 32 | 24 | 530 | 52 | 102 |
| Binary | 11001100 | 10000011 | 10010110 | 0 | 100100 | 11010 | 10100 | 101011000 | 101010 | 1000010 |
Color Harmonies of #CC8396
Complementary color
Monochromatic Colors of #CC8396
Black with #CC8396
Text Example
Text Example
White with #CC8396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8396; }
p { color: rgb(204,131,150); }
H1.HeaderClassName
{
color: #CC8396;
}
.AnyTagClassName
{
color: #CC8396;
}
</style>
background-color css
<style>
a { background-color: #CC8396; }
a { background-color: rgb(204,131,150); }
div.DivClassName
{
background-color: #CC8396;
}
.BgClassName
{
background-color: #CC8396;
}
</style>
border-color css
<style>
span { border-color: #CC8396; }
span { border-color: rgb(204,131,150); }
td.TdClassName
{
border-color: #CC8396;
}
.TagClassName
{
border-color: #CC8396;
}
</style>