Shades of Puce #CB8E95
Tints of Puce #CB8E95
RGB
CMYK
RGB Variations
Color information
#CB8E95 (or 0xCB8E95) is known color: Puce. HEX triplet: CB, 8E and 95. RGB value is (203,142,149). Sum of RGB (Red+Green+Blue) = 203+142+149=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8E95 is #34716A. Grayscale: #A1A1A1. Windows color (decimal): -3436907 or 9801419. OLE color: 9801419.
HSL color Cylindrical-coordinate representation of color #CB8E95: hue angle of 353.11º 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 #CB8E95 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 142 | 149 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.20 |
| HSL | 353.11º | 0.37% | 0.68% | - |
| HSV(B) | 353.11º | 0.3% | 0.8% | - |
| XYZ | 39.73 | 34.21 | 32.94 | - |
| YUV | 161.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 149 | 0 | 0.30 | 0.27 | 0.20 | 353.11 | 0.37 | 0.68 |
| Hex | CB | 8E | 95 | 0 | 1E | 1B | 14 | 161 | 25 | 44 |
| Octal | 313 | 216 | 225 | 0 | 36 | 33 | 24 | 541 | 45 | 104 |
| Binary | 11001011 | 10001110 | 10010101 | 0 | 11110 | 11011 | 10100 | 101100001 | 100101 | 1000100 |
Color Harmonies of #CB8E95
Complementary color
Monochromatic Colors of #CB8E95
Black with #CB8E95
Text Example
Text Example
White with #CB8E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8E95; }
p { color: rgb(203,142,149); }
H1.HeaderClassName
{
color: #CB8E95;
}
.AnyTagClassName
{
color: #CB8E95;
}
</style>
background-color css
<style>
a { background-color: #CB8E95; }
a { background-color: rgb(203,142,149); }
div.DivClassName
{
background-color: #CB8E95;
}
.BgClassName
{
background-color: #CB8E95;
}
</style>
border-color css
<style>
span { border-color: #CB8E95; }
span { border-color: rgb(203,142,149); }
td.TdClassName
{
border-color: #CB8E95;
}
.TagClassName
{
border-color: #CB8E95;
}
</style>