Shades of Puce #CC889D
Tints of Puce #CC889D
RGB
CMYK
RGB Variations
Color information
#CC889D (or 0xCC889D) is known color: Puce. HEX triplet: CC, 88 and 9D. RGB value is (204,136,157). Sum of RGB (Red+Green+Blue) = 204+136+157=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC889D is #337762. Grayscale: #9E9E9E. Windows color (decimal): -3372899 or 10324172. OLE color: 10324172.
HSL color Cylindrical-coordinate representation of color #CC889D: hue angle of 341.47º 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 #CC889D is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 157 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.2 |
| HSL | 341.47º | 0.4% | 0.67% | - |
| HSV(B) | 341.47º | 0.33% | 0.8% | - |
| XYZ | 39.79 | 32.88 | 36.15 | - |
| YUV | 158.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 157 | 0 | 0.33 | 0.23 | 0.2 | 341.47 | 0.4 | 0.67 |
| Hex | CC | 88 | 9D | 0 | 21 | 17 | 14 | 155 | 28 | 43 |
| Octal | 314 | 210 | 235 | 0 | 41 | 27 | 24 | 525 | 50 | 103 |
| Binary | 11001100 | 10001000 | 10011101 | 0 | 100001 | 10111 | 10100 | 101010101 | 101000 | 1000011 |
Color Harmonies of #CC889D
Complementary color
Monochromatic Colors of #CC889D
Black with #CC889D
Text Example
Text Example
White with #CC889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC889D; }
p { color: rgb(204,136,157); }
H1.HeaderClassName
{
color: #CC889D;
}
.AnyTagClassName
{
color: #CC889D;
}
</style>
background-color css
<style>
a { background-color: #CC889D; }
a { background-color: rgb(204,136,157); }
div.DivClassName
{
background-color: #CC889D;
}
.BgClassName
{
background-color: #CC889D;
}
</style>
border-color css
<style>
span { border-color: #CC889D; }
span { border-color: rgb(204,136,157); }
td.TdClassName
{
border-color: #CC889D;
}
.TagClassName
{
border-color: #CC889D;
}
</style>