Shades of Puce #CB889A
Tints of Puce #CB889A
RGB
CMYK
RGB Variations
Color information
#CB889A (or 0xCB889A) is known color: Puce. HEX triplet: CB, 88 and 9A. RGB value is (203,136,154). Sum of RGB (Red+Green+Blue) = 203+136+154=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB889A is #347765. Grayscale: #9E9E9E. Windows color (decimal): -3438438 or 10127563. OLE color: 10127563.
HSL color Cylindrical-coordinate representation of color #CB889A: hue angle of 343.88º 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 #CB889A is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 154 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.20 |
| HSL | 343.88º | 0.39% | 0.66% | - |
| HSV(B) | 343.88º | 0.33% | 0.8% | - |
| XYZ | 39.27 | 32.64 | 34.8 | - |
| YUV | 158.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 154 | 0 | 0.33 | 0.24 | 0.20 | 343.88 | 0.39 | 0.66 |
| Hex | CB | 88 | 9A | 0 | 21 | 18 | 14 | 158 | 27 | 42 |
| Octal | 313 | 210 | 232 | 0 | 41 | 30 | 24 | 530 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10011010 | 0 | 100001 | 11000 | 10100 | 101011000 | 100111 | 1000010 |
Color Harmonies of #CB889A
Complementary color
Monochromatic Colors of #CB889A
Black with #CB889A
Text Example
Text Example
White with #CB889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB889A; }
p { color: rgb(203,136,154); }
H1.HeaderClassName
{
color: #CB889A;
}
.AnyTagClassName
{
color: #CB889A;
}
</style>
background-color css
<style>
a { background-color: #CB889A; }
a { background-color: rgb(203,136,154); }
div.DivClassName
{
background-color: #CB889A;
}
.BgClassName
{
background-color: #CB889A;
}
</style>
border-color css
<style>
span { border-color: #CB889A; }
span { border-color: rgb(203,136,154); }
td.TdClassName
{
border-color: #CB889A;
}
.TagClassName
{
border-color: #CB889A;
}
</style>