Shades of Puce #CB8F96
Tints of Puce #CB8F96
RGB
CMYK
RGB Variations
Color information
#CB8F96 (or 0xCB8F96) is known color: Puce. HEX triplet: CB, 8F and 96. RGB value is (203,143,150). Sum of RGB (Red+Green+Blue) = 203+143+150=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8F96 is #347069. Grayscale: #A1A1A1. Windows color (decimal): -3436650 or 9867211. OLE color: 9867211.
HSL color Cylindrical-coordinate representation of color #CB8F96: hue angle of 353º 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 #CB8F96 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 150 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.20 |
| HSL | 353º | 0.37% | 0.68% | - |
| HSV(B) | 353º | 0.3% | 0.8% | - |
| XYZ | 39.96 | 34.54 | 33.42 | - |
| YUV | 161.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 150 | 0 | 0.30 | 0.26 | 0.20 | 353 | 0.37 | 0.68 |
| Hex | CB | 8F | 96 | 0 | 1E | 1A | 14 | 161 | 25 | 44 |
| Octal | 313 | 217 | 226 | 0 | 36 | 32 | 24 | 541 | 45 | 104 |
| Binary | 11001011 | 10001111 | 10010110 | 0 | 11110 | 11010 | 10100 | 101100001 | 100101 | 1000100 |
Color Harmonies of #CB8F96
Complementary color
Monochromatic Colors of #CB8F96
Black with #CB8F96
Text Example
Text Example
White with #CB8F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F96; }
p { color: rgb(203,143,150); }
H1.HeaderClassName
{
color: #CB8F96;
}
.AnyTagClassName
{
color: #CB8F96;
}
</style>
background-color css
<style>
a { background-color: #CB8F96; }
a { background-color: rgb(203,143,150); }
div.DivClassName
{
background-color: #CB8F96;
}
.BgClassName
{
background-color: #CB8F96;
}
</style>
border-color css
<style>
span { border-color: #CB8F96; }
span { border-color: rgb(203,143,150); }
td.TdClassName
{
border-color: #CB8F96;
}
.TagClassName
{
border-color: #CB8F96;
}
</style>