Shades of Puce #CB889F
Tints of Puce #CB889F
RGB
CMYK
RGB Variations
Color information
#CB889F (or 0xCB889F) is known color: Puce. HEX triplet: CB, 88 and 9F. RGB value is (203,136,159). Sum of RGB (Red+Green+Blue) = 203+136+159=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CB889F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB889F is #347760. Grayscale: #9E9E9E. Windows color (decimal): -3438433 or 10455243. OLE color: 10455243.
HSL color Cylindrical-coordinate representation of color #CB889F: hue angle of 339.4º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB889F is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 159 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.20 |
| HSL | 339.4º | 0.39% | 0.66% | - |
| HSV(B) | 339.4º | 0.33% | 0.8% | - |
| XYZ | 39.69 | 32.81 | 37.04 | - |
| YUV | 158.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 159 | 0 | 0.33 | 0.22 | 0.20 | 339.4 | 0.39 | 0.66 |
| Hex | CB | 88 | 9F | 0 | 21 | 16 | 14 | 153 | 27 | 42 |
| Octal | 313 | 210 | 237 | 0 | 41 | 26 | 24 | 523 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10011111 | 0 | 100001 | 10110 | 10100 | 101010011 | 100111 | 1000010 |
Color Harmonies of #CB889F
Complementary color
Monochromatic Colors of #CB889F
Black with #CB889F
Text Example
Text Example
White with #CB889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB889F; }
p { color: rgb(203,136,159); }
H1.HeaderClassName
{
color: #CB889F;
}
.AnyTagClassName
{
color: #CB889F;
}
</style>
background-color css
<style>
a { background-color: #CB889F; }
a { background-color: rgb(203,136,159); }
div.DivClassName
{
background-color: #CB889F;
}
.BgClassName
{
background-color: #CB889F;
}
</style>
border-color css
<style>
span { border-color: #CB889F; }
span { border-color: rgb(203,136,159); }
td.TdClassName
{
border-color: #CB889F;
}
.TagClassName
{
border-color: #CB889F;
}
</style>