Shades of Puce #C882A2
Tints of Puce #C882A2
RGB
CMYK
RGB Variations
Color information
#C882A2 (or 0xC882A2) is known color: Puce. HEX triplet: C8, 82 and A2. RGB value is (200,130,162). Sum of RGB (Red+Green+Blue) = 200+130+162=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C882A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882A2 is #377D5D. Grayscale: #9A9A9A. Windows color (decimal): -3636574 or 10650312. OLE color: 10650312.
HSL color Cylindrical-coordinate representation of color #C882A2: hue angle of 332.57º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C882A2 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 162 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.22 |
| HSL | 332.57º | 0.39% | 0.65% | - |
| HSV(B) | 332.57º | 0.35% | 0.78% | - |
| XYZ | 38.32 | 30.85 | 38.12 | - |
| YUV | 154.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 162 | 0 | 0.35 | 0.19 | 0.22 | 332.57 | 0.39 | 0.65 |
| Hex | C8 | 82 | A2 | 0 | 23 | 13 | 16 | 14D | 27 | 41 |
| Octal | 310 | 202 | 242 | 0 | 43 | 23 | 26 | 515 | 47 | 101 |
| Binary | 11001000 | 10000010 | 10100010 | 0 | 100011 | 10011 | 10110 | 101001101 | 100111 | 1000001 |
Color Harmonies of #C882A2
Complementary color
Monochromatic Colors of #C882A2
Black with #C882A2
Text Example
Text Example
White with #C882A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882A2; }
p { color: rgb(200,130,162); }
H1.HeaderClassName
{
color: #C882A2;
}
.AnyTagClassName
{
color: #C882A2;
}
</style>
background-color css
<style>
a { background-color: #C882A2; }
a { background-color: rgb(200,130,162); }
div.DivClassName
{
background-color: #C882A2;
}
.BgClassName
{
background-color: #C882A2;
}
</style>
border-color css
<style>
span { border-color: #C882A2; }
span { border-color: rgb(200,130,162); }
td.TdClassName
{
border-color: #C882A2;
}
.TagClassName
{
border-color: #C882A2;
}
</style>