Shades of Puce #CB859B
Tints of Puce #CB859B
RGB
CMYK
RGB Variations
Color information
#CB859B (or 0xCB859B) is known color: Puce. HEX triplet: CB, 85 and 9B. RGB value is (203,133,155). Sum of RGB (Red+Green+Blue) = 203+133+155=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB859B is #347A64. Grayscale: #9C9C9C. Windows color (decimal): -3439205 or 10192331. OLE color: 10192331.
HSL color Cylindrical-coordinate representation of color #CB859B: hue angle of 341.14º 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 #CB859B is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 155 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.20 |
| HSL | 341.14º | 0.4% | 0.66% | - |
| HSV(B) | 341.14º | 0.34% | 0.8% | - |
| XYZ | 38.93 | 31.84 | 35.1 | - |
| YUV | 156.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 155 | 0 | 0.34 | 0.24 | 0.20 | 341.14 | 0.4 | 0.66 |
| Hex | CB | 85 | 9B | 0 | 22 | 18 | 14 | 155 | 28 | 42 |
| Octal | 313 | 205 | 233 | 0 | 42 | 30 | 24 | 525 | 50 | 102 |
| Binary | 11001011 | 10000101 | 10011011 | 0 | 100010 | 11000 | 10100 | 101010101 | 101000 | 1000010 |
Color Harmonies of #CB859B
Complementary color
Monochromatic Colors of #CB859B
Black with #CB859B
Text Example
Text Example
White with #CB859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB859B; }
p { color: rgb(203,133,155); }
H1.HeaderClassName
{
color: #CB859B;
}
.AnyTagClassName
{
color: #CB859B;
}
</style>
background-color css
<style>
a { background-color: #CB859B; }
a { background-color: rgb(203,133,155); }
div.DivClassName
{
background-color: #CB859B;
}
.BgClassName
{
background-color: #CB859B;
}
</style>
border-color css
<style>
span { border-color: #CB859B; }
span { border-color: rgb(203,133,155); }
td.TdClassName
{
border-color: #CB859B;
}
.TagClassName
{
border-color: #CB859B;
}
</style>