Shades of Puce #CC889B
Tints of Puce #CC889B
RGB
CMYK
RGB Variations
Color information
#CC889B (or 0xCC889B) is known color: Puce. HEX triplet: CC, 88 and 9B. RGB value is (204,136,155). Sum of RGB (Red+Green+Blue) = 204+136+155=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC889B is #337764. Grayscale: #9E9E9E. Windows color (decimal): -3372901 or 10193100. OLE color: 10193100.
HSL color Cylindrical-coordinate representation of color #CC889B: hue angle of 343.24º 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 #CC889B is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 155 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.2 |
| HSL | 343.24º | 0.4% | 0.67% | - |
| HSV(B) | 343.24º | 0.33% | 0.8% | - |
| XYZ | 39.62 | 32.81 | 35.26 | - |
| YUV | 158.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 155 | 0 | 0.33 | 0.24 | 0.2 | 343.24 | 0.4 | 0.67 |
| Hex | CC | 88 | 9B | 0 | 21 | 18 | 14 | 157 | 28 | 43 |
| Octal | 314 | 210 | 233 | 0 | 41 | 30 | 24 | 527 | 50 | 103 |
| Binary | 11001100 | 10001000 | 10011011 | 0 | 100001 | 11000 | 10100 | 101010111 | 101000 | 1000011 |
Color Harmonies of #CC889B
Complementary color
Monochromatic Colors of #CC889B
Black with #CC889B
Text Example
Text Example
White with #CC889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC889B; }
p { color: rgb(204,136,155); }
H1.HeaderClassName
{
color: #CC889B;
}
.AnyTagClassName
{
color: #CC889B;
}
</style>
background-color css
<style>
a { background-color: #CC889B; }
a { background-color: rgb(204,136,155); }
div.DivClassName
{
background-color: #CC889B;
}
.BgClassName
{
background-color: #CC889B;
}
</style>
border-color css
<style>
span { border-color: #CC889B; }
span { border-color: rgb(204,136,155); }
td.TdClassName
{
border-color: #CC889B;
}
.TagClassName
{
border-color: #CC889B;
}
</style>