Shades of Puce #CB8588
Tints of Puce #CB8588
RGB
CMYK
RGB Variations
Color information
#CB8588 (or 0xCB8588) is known color: Puce. HEX triplet: CB, 85 and 88. RGB value is (203,133,136). Sum of RGB (Red+Green+Blue) = 203+133+136=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8588 is #347A77. Grayscale: #9A9A9A. Windows color (decimal): -3439224 or 8947147. OLE color: 8947147.
HSL color Cylindrical-coordinate representation of color #CB8588: hue angle of 357.43º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB8588 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 136 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.20 |
| HSL | 357.43º | 0.4% | 0.66% | - |
| HSV(B) | 357.43º | 0.34% | 0.8% | - |
| XYZ | 37.46 | 31.25 | 27.35 | - |
| YUV | 154.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 136 | 0 | 0.34 | 0.33 | 0.20 | 357.43 | 0.4 | 0.66 |
| Hex | CB | 85 | 88 | 0 | 22 | 21 | 14 | 165 | 28 | 42 |
| Octal | 313 | 205 | 210 | 0 | 42 | 41 | 24 | 545 | 50 | 102 |
| Binary | 11001011 | 10000101 | 10001000 | 0 | 100010 | 100001 | 10100 | 101100101 | 101000 | 1000010 |
Color Harmonies of #CB8588
Complementary color
Monochromatic Colors of #CB8588
Black with #CB8588
Text Example
Text Example
White with #CB8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8588; }
p { color: rgb(203,133,136); }
H1.HeaderClassName
{
color: #CB8588;
}
.AnyTagClassName
{
color: #CB8588;
}
</style>
background-color css
<style>
a { background-color: #CB8588; }
a { background-color: rgb(203,133,136); }
div.DivClassName
{
background-color: #CB8588;
}
.BgClassName
{
background-color: #CB8588;
}
</style>
border-color css
<style>
span { border-color: #CB8588; }
span { border-color: rgb(203,133,136); }
td.TdClassName
{
border-color: #CB8588;
}
.TagClassName
{
border-color: #CB8588;
}
</style>