Shades of Puce #CB8D96
Tints of Puce #CB8D96
RGB
CMYK
RGB Variations
Color information
#CB8D96 (or 0xCB8D96) is known color: Puce. HEX triplet: CB, 8D and 96. RGB value is (203,141,150). Sum of RGB (Red+Green+Blue) = 203+141+150=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8D96 is #347269. Grayscale: #A0A0A0. Windows color (decimal): -3437162 or 9866699. OLE color: 9866699.
HSL color Cylindrical-coordinate representation of color #CB8D96: hue angle of 351.29º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8D96 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 150 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.20 |
| HSL | 351.29º | 0.37% | 0.67% | - |
| HSV(B) | 351.29º | 0.31% | 0.8% | - |
| XYZ | 39.66 | 33.95 | 33.32 | - |
| YUV | 160.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 150 | 0 | 0.31 | 0.26 | 0.20 | 351.29 | 0.37 | 0.67 |
| Hex | CB | 8D | 96 | 0 | 1F | 1A | 14 | 15F | 25 | 43 |
| Octal | 313 | 215 | 226 | 0 | 37 | 32 | 24 | 537 | 45 | 103 |
| Binary | 11001011 | 10001101 | 10010110 | 0 | 11111 | 11010 | 10100 | 101011111 | 100101 | 1000011 |
Color Harmonies of #CB8D96
Complementary color
Monochromatic Colors of #CB8D96
Black with #CB8D96
Text Example
Text Example
White with #CB8D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D96; }
p { color: rgb(203,141,150); }
H1.HeaderClassName
{
color: #CB8D96;
}
.AnyTagClassName
{
color: #CB8D96;
}
</style>
background-color css
<style>
a { background-color: #CB8D96; }
a { background-color: rgb(203,141,150); }
div.DivClassName
{
background-color: #CB8D96;
}
.BgClassName
{
background-color: #CB8D96;
}
</style>
border-color css
<style>
span { border-color: #CB8D96; }
span { border-color: rgb(203,141,150); }
td.TdClassName
{
border-color: #CB8D96;
}
.TagClassName
{
border-color: #CB8D96;
}
</style>