Shades of Puce #CE8499
Tints of Puce #CE8499
RGB
CMYK
RGB Variations
Color information
#CE8499 (or 0xCE8499) is known color: Puce. HEX triplet: CE, 84 and 99. RGB value is (206,132,153). Sum of RGB (Red+Green+Blue) = 206+132+153=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8499 is #317B66. Grayscale: #9C9C9C. Windows color (decimal): -3242855 or 10061006. OLE color: 10061006.
HSL color Cylindrical-coordinate representation of color #CE8499: hue angle of 342.97º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8499 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 153 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.19 |
| HSL | 342.97º | 0.43% | 0.66% | - |
| HSV(B) | 342.97º | 0.36% | 0.81% | - |
| XYZ | 39.45 | 31.92 | 34.22 | - |
| YUV | 156.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 153 | 0 | 0.36 | 0.26 | 0.19 | 342.97 | 0.43 | 0.66 |
| Hex | CE | 84 | 99 | 0 | 24 | 1A | 13 | 157 | 2B | 42 |
| Octal | 316 | 204 | 231 | 0 | 44 | 32 | 23 | 527 | 53 | 102 |
| Binary | 11001110 | 10000100 | 10011001 | 0 | 100100 | 11010 | 10011 | 101010111 | 101011 | 1000010 |
Color Harmonies of #CE8499
Complementary color
Monochromatic Colors of #CE8499
Black with #CE8499
Text Example
Text Example
White with #CE8499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8499; }
p { color: rgb(206,132,153); }
H1.HeaderClassName
{
color: #CE8499;
}
.AnyTagClassName
{
color: #CE8499;
}
</style>
background-color css
<style>
a { background-color: #CE8499; }
a { background-color: rgb(206,132,153); }
div.DivClassName
{
background-color: #CE8499;
}
.BgClassName
{
background-color: #CE8499;
}
</style>
border-color css
<style>
span { border-color: #CE8499; }
span { border-color: rgb(206,132,153); }
td.TdClassName
{
border-color: #CE8499;
}
.TagClassName
{
border-color: #CE8499;
}
</style>