Shades of Puce #CB86A0
Tints of Puce #CB86A0
RGB
CMYK
RGB Variations
Color information
#CB86A0 (or 0xCB86A0) is known color: Puce. HEX triplet: CB, 86 and A0. RGB value is (203,134,160). Sum of RGB (Red+Green+Blue) = 203+134+160=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB86A0 is #34795F. Grayscale: #9D9D9D. Windows color (decimal): -3438944 or 10520267. OLE color: 10520267.
HSL color Cylindrical-coordinate representation of color #CB86A0: hue angle of 337.39º 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 #CB86A0 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 160 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.20 |
| HSL | 337.39º | 0.4% | 0.66% | - |
| HSV(B) | 337.39º | 0.34% | 0.8% | - |
| XYZ | 39.5 | 32.28 | 37.41 | - |
| YUV | 157.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 160 | 0 | 0.34 | 0.21 | 0.20 | 337.39 | 0.4 | 0.66 |
| Hex | CB | 86 | A0 | 0 | 22 | 15 | 14 | 151 | 28 | 42 |
| Octal | 313 | 206 | 240 | 0 | 42 | 25 | 24 | 521 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10100000 | 0 | 100010 | 10101 | 10100 | 101010001 | 101000 | 1000010 |
Color Harmonies of #CB86A0
Complementary color
Monochromatic Colors of #CB86A0
Black with #CB86A0
Text Example
Text Example
White with #CB86A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86A0; }
p { color: rgb(203,134,160); }
H1.HeaderClassName
{
color: #CB86A0;
}
.AnyTagClassName
{
color: #CB86A0;
}
</style>
background-color css
<style>
a { background-color: #CB86A0; }
a { background-color: rgb(203,134,160); }
div.DivClassName
{
background-color: #CB86A0;
}
.BgClassName
{
background-color: #CB86A0;
}
</style>
border-color css
<style>
span { border-color: #CB86A0; }
span { border-color: rgb(203,134,160); }
td.TdClassName
{
border-color: #CB86A0;
}
.TagClassName
{
border-color: #CB86A0;
}
</style>