Shades of Puce #CB8891
Tints of Puce #CB8891
RGB
CMYK
RGB Variations
Color information
#CB8891 (or 0xCB8891) is known color: Puce. HEX triplet: CB, 88 and 91. RGB value is (203,136,145). Sum of RGB (Red+Green+Blue) = 203+136+145=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8891 is #34776E. Grayscale: #9D9D9D. Windows color (decimal): -3438447 or 9537739. OLE color: 9537739.
HSL color Cylindrical-coordinate representation of color #CB8891: hue angle of 351.94º 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 #CB8891 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 145 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.20 |
| HSL | 351.94º | 0.39% | 0.66% | - |
| HSV(B) | 351.94º | 0.33% | 0.8% | - |
| XYZ | 38.54 | 32.35 | 31 | - |
| YUV | 157.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 145 | 0 | 0.33 | 0.29 | 0.20 | 351.94 | 0.39 | 0.66 |
| Hex | CB | 88 | 91 | 0 | 21 | 1D | 14 | 160 | 27 | 42 |
| Octal | 313 | 210 | 221 | 0 | 41 | 35 | 24 | 540 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10010001 | 0 | 100001 | 11101 | 10100 | 101100000 | 100111 | 1000010 |
Color Harmonies of #CB8891
Complementary color
Monochromatic Colors of #CB8891
Black with #CB8891
Text Example
Text Example
White with #CB8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8891; }
p { color: rgb(203,136,145); }
H1.HeaderClassName
{
color: #CB8891;
}
.AnyTagClassName
{
color: #CB8891;
}
</style>
background-color css
<style>
a { background-color: #CB8891; }
a { background-color: rgb(203,136,145); }
div.DivClassName
{
background-color: #CB8891;
}
.BgClassName
{
background-color: #CB8891;
}
</style>
border-color css
<style>
span { border-color: #CB8891; }
span { border-color: rgb(203,136,145); }
td.TdClassName
{
border-color: #CB8891;
}
.TagClassName
{
border-color: #CB8891;
}
</style>