Shades of Puce #CE8498
Tints of Puce #CE8498
RGB
CMYK
RGB Variations
Color information
#CE8498 (or 0xCE8498) is known color: Puce. HEX triplet: CE, 84 and 98. RGB value is (206,132,152). Sum of RGB (Red+Green+Blue) = 206+132+152=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8498 is #317B67. Grayscale: #9C9C9C. Windows color (decimal): -3242856 or 9995470. OLE color: 9995470.
HSL color Cylindrical-coordinate representation of color #CE8498: hue angle of 343.78º 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 #CE8498 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 152 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.19 |
| HSL | 343.78º | 0.43% | 0.66% | - |
| HSV(B) | 343.78º | 0.36% | 0.81% | - |
| XYZ | 39.37 | 31.89 | 33.79 | - |
| YUV | 156.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 152 | 0 | 0.36 | 0.26 | 0.19 | 343.78 | 0.43 | 0.66 |
| Hex | CE | 84 | 98 | 0 | 24 | 1A | 13 | 158 | 2B | 42 |
| Octal | 316 | 204 | 230 | 0 | 44 | 32 | 23 | 530 | 53 | 102 |
| Binary | 11001110 | 10000100 | 10011000 | 0 | 100100 | 11010 | 10011 | 101011000 | 101011 | 1000010 |
Color Harmonies of #CE8498
Complementary color
Monochromatic Colors of #CE8498
Black with #CE8498
Text Example
Text Example
White with #CE8498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8498; }
p { color: rgb(206,132,152); }
H1.HeaderClassName
{
color: #CE8498;
}
.AnyTagClassName
{
color: #CE8498;
}
</style>
background-color css
<style>
a { background-color: #CE8498; }
a { background-color: rgb(206,132,152); }
div.DivClassName
{
background-color: #CE8498;
}
.BgClassName
{
background-color: #CE8498;
}
</style>
border-color css
<style>
span { border-color: #CE8498; }
span { border-color: rgb(206,132,152); }
td.TdClassName
{
border-color: #CE8498;
}
.TagClassName
{
border-color: #CE8498;
}
</style>