Shades of Puce #CE82A2
Tints of Puce #CE82A2
RGB
CMYK
RGB Variations
Color information
#CE82A2 (or 0xCE82A2) is known color: Puce. HEX triplet: CE, 82 and A2. RGB value is (206,130,162). Sum of RGB (Red+Green+Blue) = 206+130+162=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE82A2 is #317D5D. Grayscale: #9C9C9C. Windows color (decimal): -3243358 or 10650318. OLE color: 10650318.
HSL color Cylindrical-coordinate representation of color #CE82A2: hue angle of 334.74º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE82A2 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 162 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.19 |
| HSL | 334.74º | 0.44% | 0.66% | - |
| HSV(B) | 334.74º | 0.37% | 0.81% | - |
| XYZ | 39.96 | 31.7 | 38.19 | - |
| YUV | 156.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 162 | 0 | 0.37 | 0.21 | 0.19 | 334.74 | 0.44 | 0.66 |
| Hex | CE | 82 | A2 | 0 | 25 | 15 | 13 | 14F | 2C | 42 |
| Octal | 316 | 202 | 242 | 0 | 45 | 25 | 23 | 517 | 54 | 102 |
| Binary | 11001110 | 10000010 | 10100010 | 0 | 100101 | 10101 | 10011 | 101001111 | 101100 | 1000010 |
Color Harmonies of #CE82A2
Complementary color
Monochromatic Colors of #CE82A2
Black with #CE82A2
Text Example
Text Example
White with #CE82A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE82A2; }
p { color: rgb(206,130,162); }
H1.HeaderClassName
{
color: #CE82A2;
}
.AnyTagClassName
{
color: #CE82A2;
}
</style>
background-color css
<style>
a { background-color: #CE82A2; }
a { background-color: rgb(206,130,162); }
div.DivClassName
{
background-color: #CE82A2;
}
.BgClassName
{
background-color: #CE82A2;
}
</style>
border-color css
<style>
span { border-color: #CE82A2; }
span { border-color: rgb(206,130,162); }
td.TdClassName
{
border-color: #CE82A2;
}
.TagClassName
{
border-color: #CE82A2;
}
</style>