Shades of Puce #CE81A0
Tints of Puce #CE81A0
RGB
CMYK
RGB Variations
Color information
#CE81A0 (or 0xCE81A0) is known color: Puce. HEX triplet: CE, 81 and A0. RGB value is (206,129,160). Sum of RGB (Red+Green+Blue) = 206+129+160=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE81A0 is #317E5F. Grayscale: #9B9B9B. Windows color (decimal): -3243616 or 10518990. OLE color: 10518990.
HSL color Cylindrical-coordinate representation of color #CE81A0: hue angle of 335.84º 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 #CE81A0 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 160 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.19 |
| HSL | 335.84º | 0.44% | 0.66% | - |
| HSV(B) | 335.84º | 0.37% | 0.81% | - |
| XYZ | 39.65 | 31.36 | 37.22 | - |
| YUV | 155.56 | 130.51 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 160 | 0 | 0.37 | 0.22 | 0.19 | 335.84 | 0.44 | 0.66 |
| Hex | CE | 81 | A0 | 0 | 25 | 16 | 13 | 150 | 2C | 42 |
| Octal | 316 | 201 | 240 | 0 | 45 | 26 | 23 | 520 | 54 | 102 |
| Binary | 11001110 | 10000001 | 10100000 | 0 | 100101 | 10110 | 10011 | 101010000 | 101100 | 1000010 |
Color Harmonies of #CE81A0
Complementary color
Monochromatic Colors of #CE81A0
Black with #CE81A0
Text Example
Text Example
White with #CE81A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81A0; }
p { color: rgb(206,129,160); }
H1.HeaderClassName
{
color: #CE81A0;
}
.AnyTagClassName
{
color: #CE81A0;
}
</style>
background-color css
<style>
a { background-color: #CE81A0; }
a { background-color: rgb(206,129,160); }
div.DivClassName
{
background-color: #CE81A0;
}
.BgClassName
{
background-color: #CE81A0;
}
</style>
border-color css
<style>
span { border-color: #CE81A0; }
span { border-color: rgb(206,129,160); }
td.TdClassName
{
border-color: #CE81A0;
}
.TagClassName
{
border-color: #CE81A0;
}
</style>