Shades of Puce #CB888F
Tints of Puce #CB888F
RGB
CMYK
RGB Variations
Color information
#CB888F (or 0xCB888F) is known color: Puce. HEX triplet: CB, 88 and 8F. RGB value is (203,136,143). Sum of RGB (Red+Green+Blue) = 203+136+143=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB888F is #347770. Grayscale: #9C9C9C. Windows color (decimal): -3438449 or 9406667. OLE color: 9406667.
HSL color Cylindrical-coordinate representation of color #CB888F: hue angle of 353.73º 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 #CB888F is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 143 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.20 |
| HSL | 353.73º | 0.39% | 0.66% | - |
| HSV(B) | 353.73º | 0.33% | 0.8% | - |
| XYZ | 38.39 | 32.29 | 30.2 | - |
| YUV | 156.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 143 | 0 | 0.33 | 0.30 | 0.20 | 353.73 | 0.39 | 0.66 |
| Hex | CB | 88 | 8F | 0 | 21 | 1E | 14 | 162 | 27 | 42 |
| Octal | 313 | 210 | 217 | 0 | 41 | 36 | 24 | 542 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10001111 | 0 | 100001 | 11110 | 10100 | 101100010 | 100111 | 1000010 |
Color Harmonies of #CB888F
Complementary color
Monochromatic Colors of #CB888F
Black with #CB888F
Text Example
Text Example
White with #CB888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB888F; }
p { color: rgb(203,136,143); }
H1.HeaderClassName
{
color: #CB888F;
}
.AnyTagClassName
{
color: #CB888F;
}
</style>
background-color css
<style>
a { background-color: #CB888F; }
a { background-color: rgb(203,136,143); }
div.DivClassName
{
background-color: #CB888F;
}
.BgClassName
{
background-color: #CB888F;
}
</style>
border-color css
<style>
span { border-color: #CB888F; }
span { border-color: rgb(203,136,143); }
td.TdClassName
{
border-color: #CB888F;
}
.TagClassName
{
border-color: #CB888F;
}
</style>