Shades of Puce #CB8B97
Tints of Puce #CB8B97
RGB
CMYK
RGB Variations
Color information
#CB8B97 (or 0xCB8B97) is known color: Puce. HEX triplet: CB, 8B and 97. RGB value is (203,139,151). Sum of RGB (Red+Green+Blue) = 203+139+151=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8B97 is #347468. Grayscale: #9F9F9F. Windows color (decimal): -3437673 or 9931723. OLE color: 9931723.
HSL color Cylindrical-coordinate representation of color #CB8B97: hue angle of 348.75º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8B97 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 151 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.20 |
| HSL | 348.75º | 0.38% | 0.67% | - |
| HSV(B) | 348.75º | 0.32% | 0.8% | - |
| XYZ | 39.45 | 33.4 | 33.65 | - |
| YUV | 159.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 151 | 0 | 0.32 | 0.26 | 0.20 | 348.75 | 0.38 | 0.67 |
| Hex | CB | 8B | 97 | 0 | 20 | 1A | 14 | 15D | 26 | 43 |
| Octal | 313 | 213 | 227 | 0 | 40 | 32 | 24 | 535 | 46 | 103 |
| Binary | 11001011 | 10001011 | 10010111 | 0 | 100000 | 11010 | 10100 | 101011101 | 100110 | 1000011 |
Color Harmonies of #CB8B97
Complementary color
Monochromatic Colors of #CB8B97
Black with #CB8B97
Text Example
Text Example
White with #CB8B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B97; }
p { color: rgb(203,139,151); }
H1.HeaderClassName
{
color: #CB8B97;
}
.AnyTagClassName
{
color: #CB8B97;
}
</style>
background-color css
<style>
a { background-color: #CB8B97; }
a { background-color: rgb(203,139,151); }
div.DivClassName
{
background-color: #CB8B97;
}
.BgClassName
{
background-color: #CB8B97;
}
</style>
border-color css
<style>
span { border-color: #CB8B97; }
span { border-color: rgb(203,139,151); }
td.TdClassName
{
border-color: #CB8B97;
}
.TagClassName
{
border-color: #CB8B97;
}
</style>