Shades of Puce #CB87A0
Tints of Puce #CB87A0
RGB
CMYK
RGB Variations
Color information
#CB87A0 (or 0xCB87A0) is known color: Puce. HEX triplet: CB, 87 and A0. RGB value is (203,135,160). Sum of RGB (Red+Green+Blue) = 203+135+160=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CB87A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB87A0 is #34785F. Grayscale: #9E9E9E. Windows color (decimal): -3438688 or 10520523. OLE color: 10520523.
HSL color Cylindrical-coordinate representation of color #CB87A0: hue angle of 337.94º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB87A0 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 160 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.20 |
| HSL | 337.94º | 0.4% | 0.66% | - |
| HSV(B) | 337.94º | 0.33% | 0.8% | - |
| XYZ | 39.64 | 32.56 | 37.45 | - |
| YUV | 158.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 160 | 0 | 0.33 | 0.21 | 0.20 | 337.94 | 0.4 | 0.66 |
| Hex | CB | 87 | A0 | 0 | 21 | 15 | 14 | 152 | 28 | 42 |
| Octal | 313 | 207 | 240 | 0 | 41 | 25 | 24 | 522 | 50 | 102 |
| Binary | 11001011 | 10000111 | 10100000 | 0 | 100001 | 10101 | 10100 | 101010010 | 101000 | 1000010 |
Color Harmonies of #CB87A0
Complementary color
Monochromatic Colors of #CB87A0
Black with #CB87A0
Text Example
Text Example
White with #CB87A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB87A0; }
p { color: rgb(203,135,160); }
H1.HeaderClassName
{
color: #CB87A0;
}
.AnyTagClassName
{
color: #CB87A0;
}
</style>
background-color css
<style>
a { background-color: #CB87A0; }
a { background-color: rgb(203,135,160); }
div.DivClassName
{
background-color: #CB87A0;
}
.BgClassName
{
background-color: #CB87A0;
}
</style>
border-color css
<style>
span { border-color: #CB87A0; }
span { border-color: rgb(203,135,160); }
td.TdClassName
{
border-color: #CB87A0;
}
.TagClassName
{
border-color: #CB87A0;
}
</style>