Shades of Puce #CE8199
Tints of Puce #CE8199
RGB
CMYK
RGB Variations
Color information
#CE8199 (or 0xCE8199) is known color: Puce. HEX triplet: CE, 81 and 99. RGB value is (206,129,153). Sum of RGB (Red+Green+Blue) = 206+129+153=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8199 is #317E66. Grayscale: #9A9A9A. Windows color (decimal): -3243623 or 10060238. OLE color: 10060238.
HSL color Cylindrical-coordinate representation of color #CE8199: hue angle of 341.3º 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 #CE8199 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 153 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.19 |
| HSL | 341.3º | 0.44% | 0.66% | - |
| HSV(B) | 341.3º | 0.37% | 0.81% | - |
| XYZ | 39.05 | 31.12 | 34.09 | - |
| YUV | 154.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 153 | 0 | 0.37 | 0.26 | 0.19 | 341.3 | 0.44 | 0.66 |
| Hex | CE | 81 | 99 | 0 | 25 | 1A | 13 | 155 | 2C | 42 |
| Octal | 316 | 201 | 231 | 0 | 45 | 32 | 23 | 525 | 54 | 102 |
| Binary | 11001110 | 10000001 | 10011001 | 0 | 100101 | 11010 | 10011 | 101010101 | 101100 | 1000010 |
Color Harmonies of #CE8199
Complementary color
Monochromatic Colors of #CE8199
Black with #CE8199
Text Example
Text Example
White with #CE8199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8199; }
p { color: rgb(206,129,153); }
H1.HeaderClassName
{
color: #CE8199;
}
.AnyTagClassName
{
color: #CE8199;
}
</style>
background-color css
<style>
a { background-color: #CE8199; }
a { background-color: rgb(206,129,153); }
div.DivClassName
{
background-color: #CE8199;
}
.BgClassName
{
background-color: #CE8199;
}
</style>
border-color css
<style>
span { border-color: #CE8199; }
span { border-color: rgb(206,129,153); }
td.TdClassName
{
border-color: #CE8199;
}
.TagClassName
{
border-color: #CE8199;
}
</style>