Shades of Puce #CC889F
Tints of Puce #CC889F
RGB
CMYK
RGB Variations
Color information
#CC889F (or 0xCC889F) is known color: Puce. HEX triplet: CC, 88 and 9F. RGB value is (204,136,159). Sum of RGB (Red+Green+Blue) = 204+136+159=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC889F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC889F is #337760. Grayscale: #9E9E9E. Windows color (decimal): -3372897 or 10455244. OLE color: 10455244.
HSL color Cylindrical-coordinate representation of color #CC889F: hue angle of 339.71º 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 #CC889F is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 159 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.2 |
| HSL | 339.71º | 0.4% | 0.67% | - |
| HSV(B) | 339.71º | 0.33% | 0.8% | - |
| XYZ | 39.96 | 32.95 | 37.05 | - |
| YUV | 158.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 159 | 0 | 0.33 | 0.22 | 0.2 | 339.71 | 0.4 | 0.67 |
| Hex | CC | 88 | 9F | 0 | 21 | 16 | 14 | 154 | 28 | 43 |
| Octal | 314 | 210 | 237 | 0 | 41 | 26 | 24 | 524 | 50 | 103 |
| Binary | 11001100 | 10001000 | 10011111 | 0 | 100001 | 10110 | 10100 | 101010100 | 101000 | 1000011 |
Color Harmonies of #CC889F
Complementary color
Monochromatic Colors of #CC889F
Black with #CC889F
Text Example
Text Example
White with #CC889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC889F; }
p { color: rgb(204,136,159); }
H1.HeaderClassName
{
color: #CC889F;
}
.AnyTagClassName
{
color: #CC889F;
}
</style>
background-color css
<style>
a { background-color: #CC889F; }
a { background-color: rgb(204,136,159); }
div.DivClassName
{
background-color: #CC889F;
}
.BgClassName
{
background-color: #CC889F;
}
</style>
border-color css
<style>
span { border-color: #CC889F; }
span { border-color: rgb(204,136,159); }
td.TdClassName
{
border-color: #CC889F;
}
.TagClassName
{
border-color: #CC889F;
}
</style>