Shades of Puce #CB859C
Tints of Puce #CB859C
RGB
CMYK
RGB Variations
Color information
#CB859C (or 0xCB859C) is known color: Puce. HEX triplet: CB, 85 and 9C. RGB value is (203,133,156). Sum of RGB (Red+Green+Blue) = 203+133+156=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB859C is #347A63. Grayscale: #9C9C9C. Windows color (decimal): -3439204 or 10257867. OLE color: 10257867.
HSL color Cylindrical-coordinate representation of color #CB859C: hue angle of 340.29º 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 #CB859C is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 156 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.20 |
| HSL | 340.29º | 0.4% | 0.66% | - |
| HSV(B) | 340.29º | 0.34% | 0.8% | - |
| XYZ | 39.02 | 31.87 | 35.55 | - |
| YUV | 156.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 156 | 0 | 0.34 | 0.23 | 0.20 | 340.29 | 0.4 | 0.66 |
| Hex | CB | 85 | 9C | 0 | 22 | 17 | 14 | 154 | 28 | 42 |
| Octal | 313 | 205 | 234 | 0 | 42 | 27 | 24 | 524 | 50 | 102 |
| Binary | 11001011 | 10000101 | 10011100 | 0 | 100010 | 10111 | 10100 | 101010100 | 101000 | 1000010 |
Color Harmonies of #CB859C
Complementary color
Monochromatic Colors of #CB859C
Black with #CB859C
Text Example
Text Example
White with #CB859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB859C; }
p { color: rgb(203,133,156); }
H1.HeaderClassName
{
color: #CB859C;
}
.AnyTagClassName
{
color: #CB859C;
}
</style>
background-color css
<style>
a { background-color: #CB859C; }
a { background-color: rgb(203,133,156); }
div.DivClassName
{
background-color: #CB859C;
}
.BgClassName
{
background-color: #CB859C;
}
</style>
border-color css
<style>
span { border-color: #CB859C; }
span { border-color: rgb(203,133,156); }
td.TdClassName
{
border-color: #CB859C;
}
.TagClassName
{
border-color: #CB859C;
}
</style>