Shades of Eunry #CEA998
Tints of Eunry #CEA998
RGB
CMYK
RGB Variations
Color information
#CEA998 (or 0xCEA998) is known color: Eunry. HEX triplet: CE, A9 and 98. RGB value is (206,169,152). Sum of RGB (Red+Green+Blue) = 206+169+152=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA998 is #315667. Grayscale: #B2B2B2. Windows color (decimal): -3233384 or 10004942. OLE color: 10004942.
HSL color Cylindrical-coordinate representation of color #CEA998: hue angle of 18.89º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEA998 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 152 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.19 |
| HSL | 18.89º | 0.36% | 0.7% | - |
| HSV(B) | 18.89º | 0.26% | 0.81% | - |
| XYZ | 45.31 | 43.76 | 35.77 | - |
| YUV | 178.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 152 | 0 | 0.18 | 0.26 | 0.19 | 18.89 | 0.36 | 0.7 |
| Hex | CE | A9 | 98 | 0 | 12 | 1A | 13 | 13 | 24 | 46 |
| Octal | 316 | 251 | 230 | 0 | 22 | 32 | 23 | 23 | 44 | 106 |
| Binary | 11001110 | 10101001 | 10011000 | 0 | 10010 | 11010 | 10011 | 10011 | 100100 | 1000110 |
Color Harmonies of #CEA998
Complementary color
Monochromatic Colors of #CEA998
Black with #CEA998
Text Example
Text Example
White with #CEA998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA998; }
p { color: rgb(206,169,152); }
H1.HeaderClassName
{
color: #CEA998;
}
.AnyTagClassName
{
color: #CEA998;
}
</style>
background-color css
<style>
a { background-color: #CEA998; }
a { background-color: rgb(206,169,152); }
div.DivClassName
{
background-color: #CEA998;
}
.BgClassName
{
background-color: #CEA998;
}
</style>
border-color css
<style>
span { border-color: #CEA998; }
span { border-color: rgb(206,169,152); }
td.TdClassName
{
border-color: #CEA998;
}
.TagClassName
{
border-color: #CEA998;
}
</style>