Shades of Puce #CB8599
Tints of Puce #CB8599
RGB
CMYK
RGB Variations
Color information
#CB8599 (or 0xCB8599) is known color: Puce. HEX triplet: CB, 85 and 99. RGB value is (203,133,153). Sum of RGB (Red+Green+Blue) = 203+133+153=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8599 is #347A66. Grayscale: #9C9C9C. Windows color (decimal): -3439207 or 10061259. OLE color: 10061259.
HSL color Cylindrical-coordinate representation of color #CB8599: hue angle of 342.86º 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 #CB8599 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 153 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.20 |
| HSL | 342.86º | 0.4% | 0.66% | - |
| HSV(B) | 342.86º | 0.34% | 0.8% | - |
| XYZ | 38.77 | 31.77 | 34.23 | - |
| YUV | 156.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 153 | 0 | 0.34 | 0.25 | 0.20 | 342.86 | 0.4 | 0.66 |
| Hex | CB | 85 | 99 | 0 | 22 | 19 | 14 | 157 | 28 | 42 |
| Octal | 313 | 205 | 231 | 0 | 42 | 31 | 24 | 527 | 50 | 102 |
| Binary | 11001011 | 10000101 | 10011001 | 0 | 100010 | 11001 | 10100 | 101010111 | 101000 | 1000010 |
Color Harmonies of #CB8599
Complementary color
Monochromatic Colors of #CB8599
Black with #CB8599
Text Example
Text Example
White with #CB8599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8599; }
p { color: rgb(203,133,153); }
H1.HeaderClassName
{
color: #CB8599;
}
.AnyTagClassName
{
color: #CB8599;
}
</style>
background-color css
<style>
a { background-color: #CB8599; }
a { background-color: rgb(203,133,153); }
div.DivClassName
{
background-color: #CB8599;
}
.BgClassName
{
background-color: #CB8599;
}
</style>
border-color css
<style>
span { border-color: #CB8599; }
span { border-color: rgb(203,133,153); }
td.TdClassName
{
border-color: #CB8599;
}
.TagClassName
{
border-color: #CB8599;
}
</style>