Shades of Puce #CB8A97
Tints of Puce #CB8A97
RGB
CMYK
RGB Variations
Color information
#CB8A97 (or 0xCB8A97) is known color: Puce. HEX triplet: CB, 8A and 97. RGB value is (203,138,151). Sum of RGB (Red+Green+Blue) = 203+138+151=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8A97 is #347568. Grayscale: #9E9E9E. Windows color (decimal): -3437929 or 9931467. OLE color: 9931467.
HSL color Cylindrical-coordinate representation of color #CB8A97: hue angle of 348º 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 #CB8A97 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 151 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.20 |
| HSL | 348º | 0.38% | 0.67% | - |
| HSV(B) | 348º | 0.32% | 0.8% | - |
| XYZ | 39.3 | 33.11 | 33.6 | - |
| YUV | 158.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 151 | 0 | 0.32 | 0.26 | 0.20 | 348 | 0.38 | 0.67 |
| Hex | CB | 8A | 97 | 0 | 20 | 1A | 14 | 15C | 26 | 43 |
| Octal | 313 | 212 | 227 | 0 | 40 | 32 | 24 | 534 | 46 | 103 |
| Binary | 11001011 | 10001010 | 10010111 | 0 | 100000 | 11010 | 10100 | 101011100 | 100110 | 1000011 |
Color Harmonies of #CB8A97
Complementary color
Monochromatic Colors of #CB8A97
Black with #CB8A97
Text Example
Text Example
White with #CB8A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A97; }
p { color: rgb(203,138,151); }
H1.HeaderClassName
{
color: #CB8A97;
}
.AnyTagClassName
{
color: #CB8A97;
}
</style>
background-color css
<style>
a { background-color: #CB8A97; }
a { background-color: rgb(203,138,151); }
div.DivClassName
{
background-color: #CB8A97;
}
.BgClassName
{
background-color: #CB8A97;
}
</style>
border-color css
<style>
span { border-color: #CB8A97; }
span { border-color: rgb(203,138,151); }
td.TdClassName
{
border-color: #CB8A97;
}
.TagClassName
{
border-color: #CB8A97;
}
</style>