Shades of Puce #CB8896
Tints of Puce #CB8896
RGB
CMYK
RGB Variations
Color information
#CB8896 (or 0xCB8896) is known color: Puce. HEX triplet: CB, 88 and 96. RGB value is (203,136,150). Sum of RGB (Red+Green+Blue) = 203+136+150=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8896 is #347769. Grayscale: #9D9D9D. Windows color (decimal): -3438442 or 9865419. OLE color: 9865419.
HSL color Cylindrical-coordinate representation of color #CB8896: hue angle of 347.46º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB8896 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 150 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.20 |
| HSL | 347.46º | 0.39% | 0.66% | - |
| HSV(B) | 347.46º | 0.33% | 0.8% | - |
| XYZ | 38.94 | 32.51 | 33.08 | - |
| YUV | 157.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 150 | 0 | 0.33 | 0.26 | 0.20 | 347.46 | 0.39 | 0.66 |
| Hex | CB | 88 | 96 | 0 | 21 | 1A | 14 | 15B | 27 | 42 |
| Octal | 313 | 210 | 226 | 0 | 41 | 32 | 24 | 533 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10010110 | 0 | 100001 | 11010 | 10100 | 101011011 | 100111 | 1000010 |
Color Harmonies of #CB8896
Complementary color
Monochromatic Colors of #CB8896
Black with #CB8896
Text Example
Text Example
White with #CB8896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8896; }
p { color: rgb(203,136,150); }
H1.HeaderClassName
{
color: #CB8896;
}
.AnyTagClassName
{
color: #CB8896;
}
</style>
background-color css
<style>
a { background-color: #CB8896; }
a { background-color: rgb(203,136,150); }
div.DivClassName
{
background-color: #CB8896;
}
.BgClassName
{
background-color: #CB8896;
}
</style>
border-color css
<style>
span { border-color: #CB8896; }
span { border-color: rgb(203,136,150); }
td.TdClassName
{
border-color: #CB8896;
}
.TagClassName
{
border-color: #CB8896;
}
</style>