Shades of Puce #CE81A2
Tints of Puce #CE81A2
RGB
CMYK
RGB Variations
Color information
#CE81A2 (or 0xCE81A2) is known color: Puce. HEX triplet: CE, 81 and A2. RGB value is (206,129,162). Sum of RGB (Red+Green+Blue) = 206+129+162=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE81A2 is #317E5D. Grayscale: #9B9B9B. Windows color (decimal): -3243614 or 10650062. OLE color: 10650062.
HSL color Cylindrical-coordinate representation of color #CE81A2: hue angle of 334.29º 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 #CE81A2 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 162 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.19 |
| HSL | 334.29º | 0.44% | 0.66% | - |
| HSV(B) | 334.29º | 0.37% | 0.81% | - |
| XYZ | 39.83 | 31.43 | 38.15 | - |
| YUV | 155.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 162 | 0 | 0.37 | 0.21 | 0.19 | 334.29 | 0.44 | 0.66 |
| Hex | CE | 81 | A2 | 0 | 25 | 15 | 13 | 14E | 2C | 42 |
| Octal | 316 | 201 | 242 | 0 | 45 | 25 | 23 | 516 | 54 | 102 |
| Binary | 11001110 | 10000001 | 10100010 | 0 | 100101 | 10101 | 10011 | 101001110 | 101100 | 1000010 |
Color Harmonies of #CE81A2
Complementary color
Monochromatic Colors of #CE81A2
Black with #CE81A2
Text Example
Text Example
White with #CE81A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81A2; }
p { color: rgb(206,129,162); }
H1.HeaderClassName
{
color: #CE81A2;
}
.AnyTagClassName
{
color: #CE81A2;
}
</style>
background-color css
<style>
a { background-color: #CE81A2; }
a { background-color: rgb(206,129,162); }
div.DivClassName
{
background-color: #CE81A2;
}
.BgClassName
{
background-color: #CE81A2;
}
</style>
border-color css
<style>
span { border-color: #CE81A2; }
span { border-color: rgb(206,129,162); }
td.TdClassName
{
border-color: #CE81A2;
}
.TagClassName
{
border-color: #CE81A2;
}
</style>