Shades of Puce #CB8897
Tints of Puce #CB8897
RGB
CMYK
RGB Variations
Color information
#CB8897 (or 0xCB8897) is known color: Puce. HEX triplet: CB, 88 and 97. RGB value is (203,136,151). Sum of RGB (Red+Green+Blue) = 203+136+151=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8897 is #347768. Grayscale: #9D9D9D. Windows color (decimal): -3438441 or 9930955. OLE color: 9930955.
HSL color Cylindrical-coordinate representation of color #CB8897: hue angle of 346.57º 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 #CB8897 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 151 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.20 |
| HSL | 346.57º | 0.39% | 0.66% | - |
| HSV(B) | 346.57º | 0.33% | 0.8% | - |
| XYZ | 39.02 | 32.54 | 33.5 | - |
| YUV | 157.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 151 | 0 | 0.33 | 0.26 | 0.20 | 346.57 | 0.39 | 0.66 |
| Hex | CB | 88 | 97 | 0 | 21 | 1A | 14 | 15B | 27 | 42 |
| Octal | 313 | 210 | 227 | 0 | 41 | 32 | 24 | 533 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10010111 | 0 | 100001 | 11010 | 10100 | 101011011 | 100111 | 1000010 |
Color Harmonies of #CB8897
Complementary color
Monochromatic Colors of #CB8897
Black with #CB8897
Text Example
Text Example
White with #CB8897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8897; }
p { color: rgb(203,136,151); }
H1.HeaderClassName
{
color: #CB8897;
}
.AnyTagClassName
{
color: #CB8897;
}
</style>
background-color css
<style>
a { background-color: #CB8897; }
a { background-color: rgb(203,136,151); }
div.DivClassName
{
background-color: #CB8897;
}
.BgClassName
{
background-color: #CB8897;
}
</style>
border-color css
<style>
span { border-color: #CB8897; }
span { border-color: rgb(203,136,151); }
td.TdClassName
{
border-color: #CB8897;
}
.TagClassName
{
border-color: #CB8897;
}
</style>