Shades of Puce #CE80AA
Tints of Puce #CE80AA
RGB
CMYK
RGB Variations
Color information
#CE80AA (or 0xCE80AA) is known color: Puce. HEX triplet: CE, 80 and AA. RGB value is (206,128,170). Sum of RGB (Red+Green+Blue) = 206+128+170=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE80AA is #317F55. Grayscale: #9C9C9C. Windows color (decimal): -3243862 or 11174094. OLE color: 11174094.
HSL color Cylindrical-coordinate representation of color #CE80AA: hue angle of 327.69º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE80AA is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 170 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.19 |
| HSL | 327.69º | 0.44% | 0.65% | - |
| HSV(B) | 327.69º | 0.38% | 0.81% | - |
| XYZ | 40.43 | 31.46 | 41.97 | - |
| YUV | 156.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 170 | 0 | 0.38 | 0.17 | 0.19 | 327.69 | 0.44 | 0.65 |
| Hex | CE | 80 | AA | 0 | 26 | 11 | 13 | 148 | 2C | 41 |
| Octal | 316 | 200 | 252 | 0 | 46 | 21 | 23 | 510 | 54 | 101 |
| Binary | 11001110 | 10000000 | 10101010 | 0 | 100110 | 10001 | 10011 | 101001000 | 101100 | 1000001 |
Color Harmonies of #CE80AA
Complementary color
Monochromatic Colors of #CE80AA
Black with #CE80AA
Text Example
Text Example
White with #CE80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80AA; }
p { color: rgb(206,128,170); }
H1.HeaderClassName
{
color: #CE80AA;
}
.AnyTagClassName
{
color: #CE80AA;
}
</style>
background-color css
<style>
a { background-color: #CE80AA; }
a { background-color: rgb(206,128,170); }
div.DivClassName
{
background-color: #CE80AA;
}
.BgClassName
{
background-color: #CE80AA;
}
</style>
border-color css
<style>
span { border-color: #CE80AA; }
span { border-color: rgb(206,128,170); }
td.TdClassName
{
border-color: #CE80AA;
}
.TagClassName
{
border-color: #CE80AA;
}
</style>