Shades of Puce #CB889D
Tints of Puce #CB889D
RGB
CMYK
RGB Variations
Color information
#CB889D (or 0xCB889D) is known color: Puce. HEX triplet: CB, 88 and 9D. RGB value is (203,136,157). Sum of RGB (Red+Green+Blue) = 203+136+157=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB889D is #347762. Grayscale: #9E9E9E. Windows color (decimal): -3438435 or 10324171. OLE color: 10324171.
HSL color Cylindrical-coordinate representation of color #CB889D: hue angle of 341.19º 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 #CB889D is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 157 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.20 |
| HSL | 341.19º | 0.39% | 0.66% | - |
| HSV(B) | 341.19º | 0.33% | 0.8% | - |
| XYZ | 39.52 | 32.74 | 36.13 | - |
| YUV | 158.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 157 | 0 | 0.33 | 0.23 | 0.20 | 341.19 | 0.39 | 0.66 |
| Hex | CB | 88 | 9D | 0 | 21 | 17 | 14 | 155 | 27 | 42 |
| Octal | 313 | 210 | 235 | 0 | 41 | 27 | 24 | 525 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10011101 | 0 | 100001 | 10111 | 10100 | 101010101 | 100111 | 1000010 |
Color Harmonies of #CB889D
Complementary color
Monochromatic Colors of #CB889D
Black with #CB889D
Text Example
Text Example
White with #CB889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB889D; }
p { color: rgb(203,136,157); }
H1.HeaderClassName
{
color: #CB889D;
}
.AnyTagClassName
{
color: #CB889D;
}
</style>
background-color css
<style>
a { background-color: #CB889D; }
a { background-color: rgb(203,136,157); }
div.DivClassName
{
background-color: #CB889D;
}
.BgClassName
{
background-color: #CB889D;
}
</style>
border-color css
<style>
span { border-color: #CB889D; }
span { border-color: rgb(203,136,157); }
td.TdClassName
{
border-color: #CB889D;
}
.TagClassName
{
border-color: #CB889D;
}
</style>