Shades of Puce #CB8889
Tints of Puce #CB8889
RGB
CMYK
RGB Variations
Color information
#CB8889 (or 0xCB8889) is known color: Puce. HEX triplet: CB, 88 and 89. RGB value is (203,136,137). Sum of RGB (Red+Green+Blue) = 203+136+137=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8889 is #347776. Grayscale: #9C9C9C. Windows color (decimal): -3438455 or 9013451. OLE color: 9013451.
HSL color Cylindrical-coordinate representation of color #CB8889: hue angle of 359.1º 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 #CB8889 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 137 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.20 |
| HSL | 359.1º | 0.39% | 0.66% | - |
| HSV(B) | 359.1º | 0.33% | 0.8% | - |
| XYZ | 37.95 | 32.11 | 27.86 | - |
| YUV | 156.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 137 | 0 | 0.33 | 0.33 | 0.20 | 359.1 | 0.39 | 0.66 |
| Hex | CB | 88 | 89 | 0 | 21 | 21 | 14 | 167 | 27 | 42 |
| Octal | 313 | 210 | 211 | 0 | 41 | 41 | 24 | 547 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10001001 | 0 | 100001 | 100001 | 10100 | 101100111 | 100111 | 1000010 |
Color Harmonies of #CB8889
Complementary color
Monochromatic Colors of #CB8889
Black with #CB8889
Text Example
Text Example
White with #CB8889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8889; }
p { color: rgb(203,136,137); }
H1.HeaderClassName
{
color: #CB8889;
}
.AnyTagClassName
{
color: #CB8889;
}
</style>
background-color css
<style>
a { background-color: #CB8889; }
a { background-color: rgb(203,136,137); }
div.DivClassName
{
background-color: #CB8889;
}
.BgClassName
{
background-color: #CB8889;
}
</style>
border-color css
<style>
span { border-color: #CB8889; }
span { border-color: rgb(203,136,137); }
td.TdClassName
{
border-color: #CB8889;
}
.TagClassName
{
border-color: #CB8889;
}
</style>