Shades of Puce #CB8899
Tints of Puce #CB8899
RGB
CMYK
RGB Variations
Color information
#CB8899 (or 0xCB8899) is known color: Puce. HEX triplet: CB, 88 and 99. RGB value is (203,136,153). Sum of RGB (Red+Green+Blue) = 203+136+153=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8899 is #347766. Grayscale: #9D9D9D. Windows color (decimal): -3438439 or 10062027. OLE color: 10062027.
HSL color Cylindrical-coordinate representation of color #CB8899: hue angle of 344.78º 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 #CB8899 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 153 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.20 |
| HSL | 344.78º | 0.39% | 0.66% | - |
| HSV(B) | 344.78º | 0.33% | 0.8% | - |
| XYZ | 39.18 | 32.6 | 34.37 | - |
| YUV | 157.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 153 | 0 | 0.33 | 0.25 | 0.20 | 344.78 | 0.39 | 0.66 |
| Hex | CB | 88 | 99 | 0 | 21 | 19 | 14 | 159 | 27 | 42 |
| Octal | 313 | 210 | 231 | 0 | 41 | 31 | 24 | 531 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10011001 | 0 | 100001 | 11001 | 10100 | 101011001 | 100111 | 1000010 |
Color Harmonies of #CB8899
Complementary color
Monochromatic Colors of #CB8899
Black with #CB8899
Text Example
Text Example
White with #CB8899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8899; }
p { color: rgb(203,136,153); }
H1.HeaderClassName
{
color: #CB8899;
}
.AnyTagClassName
{
color: #CB8899;
}
</style>
background-color css
<style>
a { background-color: #CB8899; }
a { background-color: rgb(203,136,153); }
div.DivClassName
{
background-color: #CB8899;
}
.BgClassName
{
background-color: #CB8899;
}
</style>
border-color css
<style>
span { border-color: #CB8899; }
span { border-color: rgb(203,136,153); }
td.TdClassName
{
border-color: #CB8899;
}
.TagClassName
{
border-color: #CB8899;
}
</style>