Shades of Puce #CE8398
Tints of Puce #CE8398
RGB
CMYK
RGB Variations
Color information
#CE8398 (or 0xCE8398) is known color: Puce. HEX triplet: CE, 83 and 98. RGB value is (206,131,152). Sum of RGB (Red+Green+Blue) = 206+131+152=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8398 is #317C67. Grayscale: #9B9B9B. Windows color (decimal): -3243112 or 9995214. OLE color: 9995214.
HSL color Cylindrical-coordinate representation of color #CE8398: hue angle of 343.2º 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 #CE8398 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 152 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.19 |
| HSL | 343.2º | 0.43% | 0.66% | - |
| HSV(B) | 343.2º | 0.36% | 0.81% | - |
| XYZ | 39.24 | 31.62 | 33.74 | - |
| YUV | 155.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 152 | 0 | 0.36 | 0.26 | 0.19 | 343.2 | 0.43 | 0.66 |
| Hex | CE | 83 | 98 | 0 | 24 | 1A | 13 | 157 | 2B | 42 |
| Octal | 316 | 203 | 230 | 0 | 44 | 32 | 23 | 527 | 53 | 102 |
| Binary | 11001110 | 10000011 | 10011000 | 0 | 100100 | 11010 | 10011 | 101010111 | 101011 | 1000010 |
Color Harmonies of #CE8398
Complementary color
Monochromatic Colors of #CE8398
Black with #CE8398
Text Example
Text Example
White with #CE8398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8398; }
p { color: rgb(206,131,152); }
H1.HeaderClassName
{
color: #CE8398;
}
.AnyTagClassName
{
color: #CE8398;
}
</style>
background-color css
<style>
a { background-color: #CE8398; }
a { background-color: rgb(206,131,152); }
div.DivClassName
{
background-color: #CE8398;
}
.BgClassName
{
background-color: #CE8398;
}
</style>
border-color css
<style>
span { border-color: #CE8398; }
span { border-color: rgb(206,131,152); }
td.TdClassName
{
border-color: #CE8398;
}
.TagClassName
{
border-color: #CE8398;
}
</style>