Shades of Puce #CB80A2
Tints of Puce #CB80A2
RGB
CMYK
RGB Variations
Color information
#CB80A2 (or 0xCB80A2) is known color: Puce. HEX triplet: CB, 80 and A2. RGB value is (203,128,162). Sum of RGB (Red+Green+Blue) = 203+128+162=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB80A2 is #347F5D. Grayscale: #9A9A9A. Windows color (decimal): -3440478 or 10649803. OLE color: 10649803.
HSL color Cylindrical-coordinate representation of color #CB80A2: hue angle of 332.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB80A2 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 162 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.20 |
| HSL | 332.8º | 0.42% | 0.65% | - |
| HSV(B) | 332.8º | 0.37% | 0.8% | - |
| XYZ | 38.87 | 30.74 | 38.07 | - |
| YUV | 154.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 162 | 0 | 0.37 | 0.20 | 0.20 | 332.8 | 0.42 | 0.65 |
| Hex | CB | 80 | A2 | 0 | 25 | 14 | 14 | 14D | 2A | 41 |
| Octal | 313 | 200 | 242 | 0 | 45 | 24 | 24 | 515 | 52 | 101 |
| Binary | 11001011 | 10000000 | 10100010 | 0 | 100101 | 10100 | 10100 | 101001101 | 101010 | 1000001 |
Color Harmonies of #CB80A2
Complementary color
Monochromatic Colors of #CB80A2
Black with #CB80A2
Text Example
Text Example
White with #CB80A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80A2; }
p { color: rgb(203,128,162); }
H1.HeaderClassName
{
color: #CB80A2;
}
.AnyTagClassName
{
color: #CB80A2;
}
</style>
background-color css
<style>
a { background-color: #CB80A2; }
a { background-color: rgb(203,128,162); }
div.DivClassName
{
background-color: #CB80A2;
}
.BgClassName
{
background-color: #CB80A2;
}
</style>
border-color css
<style>
span { border-color: #CB80A2; }
span { border-color: rgb(203,128,162); }
td.TdClassName
{
border-color: #CB80A2;
}
.TagClassName
{
border-color: #CB80A2;
}
</style>