Shades of Puce #CB8895
Tints of Puce #CB8895
RGB
CMYK
RGB Variations
Color information
#CB8895 (or 0xCB8895) is known color: Puce. HEX triplet: CB, 88 and 95. RGB value is (203,136,149). Sum of RGB (Red+Green+Blue) = 203+136+149=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8895 is #34776A. Grayscale: #9D9D9D. Windows color (decimal): -3438443 or 9799883. OLE color: 9799883.
HSL color Cylindrical-coordinate representation of color #CB8895: hue angle of 348.36º 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 #CB8895 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 149 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.20 |
| HSL | 348.36º | 0.39% | 0.66% | - |
| HSV(B) | 348.36º | 0.33% | 0.8% | - |
| XYZ | 38.86 | 32.47 | 32.65 | - |
| YUV | 157.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 149 | 0 | 0.33 | 0.27 | 0.20 | 348.36 | 0.39 | 0.66 |
| Hex | CB | 88 | 95 | 0 | 21 | 1B | 14 | 15C | 27 | 42 |
| Octal | 313 | 210 | 225 | 0 | 41 | 33 | 24 | 534 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10010101 | 0 | 100001 | 11011 | 10100 | 101011100 | 100111 | 1000010 |
Color Harmonies of #CB8895
Complementary color
Monochromatic Colors of #CB8895
Black with #CB8895
Text Example
Text Example
White with #CB8895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8895; }
p { color: rgb(203,136,149); }
H1.HeaderClassName
{
color: #CB8895;
}
.AnyTagClassName
{
color: #CB8895;
}
</style>
background-color css
<style>
a { background-color: #CB8895; }
a { background-color: rgb(203,136,149); }
div.DivClassName
{
background-color: #CB8895;
}
.BgClassName
{
background-color: #CB8895;
}
</style>
border-color css
<style>
span { border-color: #CB8895; }
span { border-color: rgb(203,136,149); }
td.TdClassName
{
border-color: #CB8895;
}
.TagClassName
{
border-color: #CB8895;
}
</style>