Shades of Puce #CB88A1
Tints of Puce #CB88A1
RGB
CMYK
RGB Variations
Color information
#CB88A1 (or 0xCB88A1) is known color: Puce. HEX triplet: CB, 88 and A1. RGB value is (203,136,161). Sum of RGB (Red+Green+Blue) = 203+136+161=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB88A1 is #34775E. Grayscale: #9E9E9E. Windows color (decimal): -3438431 or 10586315. OLE color: 10586315.
HSL color Cylindrical-coordinate representation of color #CB88A1: hue angle of 337.61º 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 #CB88A1 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 161 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.20 |
| HSL | 337.61º | 0.39% | 0.66% | - |
| HSV(B) | 337.61º | 0.33% | 0.8% | - |
| XYZ | 39.87 | 32.88 | 37.96 | - |
| YUV | 158.88 | 129.2 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 161 | 0 | 0.33 | 0.21 | 0.20 | 337.61 | 0.39 | 0.66 |
| Hex | CB | 88 | A1 | 0 | 21 | 15 | 14 | 152 | 27 | 42 |
| Octal | 313 | 210 | 241 | 0 | 41 | 25 | 24 | 522 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10100001 | 0 | 100001 | 10101 | 10100 | 101010010 | 100111 | 1000010 |
Color Harmonies of #CB88A1
Complementary color
Monochromatic Colors of #CB88A1
Black with #CB88A1
Text Example
Text Example
White with #CB88A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88A1; }
p { color: rgb(203,136,161); }
H1.HeaderClassName
{
color: #CB88A1;
}
.AnyTagClassName
{
color: #CB88A1;
}
</style>
background-color css
<style>
a { background-color: #CB88A1; }
a { background-color: rgb(203,136,161); }
div.DivClassName
{
background-color: #CB88A1;
}
.BgClassName
{
background-color: #CB88A1;
}
</style>
border-color css
<style>
span { border-color: #CB88A1; }
span { border-color: rgb(203,136,161); }
td.TdClassName
{
border-color: #CB88A1;
}
.TagClassName
{
border-color: #CB88A1;
}
</style>