Shades of Puce #CB859F
Tints of Puce #CB859F
RGB
CMYK
RGB Variations
Color information
#CB859F (or 0xCB859F) is known color: Puce. HEX triplet: CB, 85 and 9F. RGB value is (203,133,159). Sum of RGB (Red+Green+Blue) = 203+133+159=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB859F is #347A60. Grayscale: #9C9C9C. Windows color (decimal): -3439201 or 10454475. OLE color: 10454475.
HSL color Cylindrical-coordinate representation of color #CB859F: hue angle of 337.71º 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 #CB859F is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 159 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.20 |
| HSL | 337.71º | 0.4% | 0.66% | - |
| HSV(B) | 337.71º | 0.34% | 0.8% | - |
| XYZ | 39.27 | 31.97 | 36.9 | - |
| YUV | 156.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 159 | 0 | 0.34 | 0.22 | 0.20 | 337.71 | 0.4 | 0.66 |
| Hex | CB | 85 | 9F | 0 | 22 | 16 | 14 | 152 | 28 | 42 |
| Octal | 313 | 205 | 237 | 0 | 42 | 26 | 24 | 522 | 50 | 102 |
| Binary | 11001011 | 10000101 | 10011111 | 0 | 100010 | 10110 | 10100 | 101010010 | 101000 | 1000010 |
Color Harmonies of #CB859F
Complementary color
Monochromatic Colors of #CB859F
Black with #CB859F
Text Example
Text Example
White with #CB859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB859F; }
p { color: rgb(203,133,159); }
H1.HeaderClassName
{
color: #CB859F;
}
.AnyTagClassName
{
color: #CB859F;
}
</style>
background-color css
<style>
a { background-color: #CB859F; }
a { background-color: rgb(203,133,159); }
div.DivClassName
{
background-color: #CB859F;
}
.BgClassName
{
background-color: #CB859F;
}
</style>
border-color css
<style>
span { border-color: #CB859F; }
span { border-color: rgb(203,133,159); }
td.TdClassName
{
border-color: #CB859F;
}
.TagClassName
{
border-color: #CB859F;
}
</style>