Shades of Puce #CE81A7
Tints of Puce #CE81A7
RGB
CMYK
RGB Variations
Color information
#CE81A7 (or 0xCE81A7) is known color: Puce. HEX triplet: CE, 81 and A7. RGB value is (206,129,167). Sum of RGB (Red+Green+Blue) = 206+129+167=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE81A7 is #317E58. Grayscale: #9C9C9C. Windows color (decimal): -3243609 or 10977742. OLE color: 10977742.
HSL color Cylindrical-coordinate representation of color #CE81A7: hue angle of 330.39º 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 #CE81A7 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 167 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.19 |
| HSL | 330.39º | 0.44% | 0.66% | - |
| HSV(B) | 330.39º | 0.37% | 0.81% | - |
| XYZ | 40.28 | 31.61 | 40.54 | - |
| YUV | 156.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 167 | 0 | 0.37 | 0.19 | 0.19 | 330.39 | 0.44 | 0.66 |
| Hex | CE | 81 | A7 | 0 | 25 | 13 | 13 | 14A | 2C | 42 |
| Octal | 316 | 201 | 247 | 0 | 45 | 23 | 23 | 512 | 54 | 102 |
| Binary | 11001110 | 10000001 | 10100111 | 0 | 100101 | 10011 | 10011 | 101001010 | 101100 | 1000010 |
Color Harmonies of #CE81A7
Complementary color
Monochromatic Colors of #CE81A7
Black with #CE81A7
Text Example
Text Example
White with #CE81A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81A7; }
p { color: rgb(206,129,167); }
H1.HeaderClassName
{
color: #CE81A7;
}
.AnyTagClassName
{
color: #CE81A7;
}
</style>
background-color css
<style>
a { background-color: #CE81A7; }
a { background-color: rgb(206,129,167); }
div.DivClassName
{
background-color: #CE81A7;
}
.BgClassName
{
background-color: #CE81A7;
}
</style>
border-color css
<style>
span { border-color: #CE81A7; }
span { border-color: rgb(206,129,167); }
td.TdClassName
{
border-color: #CE81A7;
}
.TagClassName
{
border-color: #CE81A7;
}
</style>