Shades of Puce #CB8E97
Tints of Puce #CB8E97
RGB
CMYK
RGB Variations
Color information
#CB8E97 (or 0xCB8E97) is known color: Puce. HEX triplet: CB, 8E and 97. RGB value is (203,142,151). Sum of RGB (Red+Green+Blue) = 203+142+151=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8E97 is #347168. Grayscale: #A1A1A1. Windows color (decimal): -3436905 or 9932491. OLE color: 9932491.
HSL color Cylindrical-coordinate representation of color #CB8E97: hue angle of 351.15º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8E97 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 142 | 151 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.20 |
| HSL | 351.15º | 0.37% | 0.68% | - |
| HSV(B) | 351.15º | 0.3% | 0.8% | - |
| XYZ | 39.89 | 34.28 | 33.79 | - |
| YUV | 161.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 151 | 0 | 0.30 | 0.26 | 0.20 | 351.15 | 0.37 | 0.68 |
| Hex | CB | 8E | 97 | 0 | 1E | 1A | 14 | 15F | 25 | 44 |
| Octal | 313 | 216 | 227 | 0 | 36 | 32 | 24 | 537 | 45 | 104 |
| Binary | 11001011 | 10001110 | 10010111 | 0 | 11110 | 11010 | 10100 | 101011111 | 100101 | 1000100 |
Color Harmonies of #CB8E97
Complementary color
Monochromatic Colors of #CB8E97
Black with #CB8E97
Text Example
Text Example
White with #CB8E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8E97; }
p { color: rgb(203,142,151); }
H1.HeaderClassName
{
color: #CB8E97;
}
.AnyTagClassName
{
color: #CB8E97;
}
</style>
background-color css
<style>
a { background-color: #CB8E97; }
a { background-color: rgb(203,142,151); }
div.DivClassName
{
background-color: #CB8E97;
}
.BgClassName
{
background-color: #CB8E97;
}
</style>
border-color css
<style>
span { border-color: #CB8E97; }
span { border-color: rgb(203,142,151); }
td.TdClassName
{
border-color: #CB8E97;
}
.TagClassName
{
border-color: #CB8E97;
}
</style>