Shades of Puce #CC8991
Tints of Puce #CC8991
RGB
CMYK
RGB Variations
Color information
#CC8991 (or 0xCC8991) is known color: Puce. HEX triplet: CC, 89 and 91. RGB value is (204,137,145). Sum of RGB (Red+Green+Blue) = 204+137+145=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8991 is #33766E. Grayscale: #9D9D9D. Windows color (decimal): -3372655 or 9537996. OLE color: 9537996.
HSL color Cylindrical-coordinate representation of color #CC8991: hue angle of 352.84º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC8991 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 145 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.2 |
| HSL | 352.84º | 0.4% | 0.67% | - |
| HSV(B) | 352.84º | 0.33% | 0.8% | - |
| XYZ | 38.96 | 32.77 | 31.06 | - |
| YUV | 157.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 145 | 0 | 0.33 | 0.29 | 0.2 | 352.84 | 0.4 | 0.67 |
| Hex | CC | 89 | 91 | 0 | 21 | 1D | 14 | 161 | 28 | 43 |
| Octal | 314 | 211 | 221 | 0 | 41 | 35 | 24 | 541 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10010001 | 0 | 100001 | 11101 | 10100 | 101100001 | 101000 | 1000011 |
Color Harmonies of #CC8991
Complementary color
Monochromatic Colors of #CC8991
Black with #CC8991
Text Example
Text Example
White with #CC8991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8991; }
p { color: rgb(204,137,145); }
H1.HeaderClassName
{
color: #CC8991;
}
.AnyTagClassName
{
color: #CC8991;
}
</style>
background-color css
<style>
a { background-color: #CC8991; }
a { background-color: rgb(204,137,145); }
div.DivClassName
{
background-color: #CC8991;
}
.BgClassName
{
background-color: #CC8991;
}
</style>
border-color css
<style>
span { border-color: #CC8991; }
span { border-color: rgb(204,137,145); }
td.TdClassName
{
border-color: #CC8991;
}
.TagClassName
{
border-color: #CC8991;
}
</style>