Shades of Puce #CB87A2
Tints of Puce #CB87A2
RGB
CMYK
RGB Variations
Color information
#CB87A2 (or 0xCB87A2) is known color: Puce. HEX triplet: CB, 87 and A2. RGB value is (203,135,162). Sum of RGB (Red+Green+Blue) = 203+135+162=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB87A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB87A2 is #34785D. Grayscale: #9E9E9E. Windows color (decimal): -3438686 or 10651595. OLE color: 10651595.
HSL color Cylindrical-coordinate representation of color #CB87A2: hue angle of 336.18º 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 #CB87A2 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 162 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.20 |
| HSL | 336.18º | 0.4% | 0.66% | - |
| HSV(B) | 336.18º | 0.33% | 0.8% | - |
| XYZ | 39.81 | 32.63 | 38.38 | - |
| YUV | 158.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 162 | 0 | 0.33 | 0.20 | 0.20 | 336.18 | 0.4 | 0.66 |
| Hex | CB | 87 | A2 | 0 | 21 | 14 | 14 | 150 | 28 | 42 |
| Octal | 313 | 207 | 242 | 0 | 41 | 24 | 24 | 520 | 50 | 102 |
| Binary | 11001011 | 10000111 | 10100010 | 0 | 100001 | 10100 | 10100 | 101010000 | 101000 | 1000010 |
Color Harmonies of #CB87A2
Complementary color
Monochromatic Colors of #CB87A2
Black with #CB87A2
Text Example
Text Example
White with #CB87A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB87A2; }
p { color: rgb(203,135,162); }
H1.HeaderClassName
{
color: #CB87A2;
}
.AnyTagClassName
{
color: #CB87A2;
}
</style>
background-color css
<style>
a { background-color: #CB87A2; }
a { background-color: rgb(203,135,162); }
div.DivClassName
{
background-color: #CB87A2;
}
.BgClassName
{
background-color: #CB87A2;
}
</style>
border-color css
<style>
span { border-color: #CB87A2; }
span { border-color: rgb(203,135,162); }
td.TdClassName
{
border-color: #CB87A2;
}
.TagClassName
{
border-color: #CB87A2;
}
</style>