Shades of Eunry #CEA59F
Tints of Eunry #CEA59F
RGB
CMYK
RGB Variations
Color information
#CEA59F (or 0xCEA59F) is known color: Eunry. HEX triplet: CE, A5 and 9F. RGB value is (206,165,159). Sum of RGB (Red+Green+Blue) = 206+165+159=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA59F is #315A60. Grayscale: #B0B0B0. Windows color (decimal): -3234401 or 10462670. OLE color: 10462670.
HSL color Cylindrical-coordinate representation of color #CEA59F: hue angle of 7.66º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEA59F is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 159 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.19 |
| HSL | 7.66º | 0.32% | 0.72% | - |
| HSV(B) | 7.66º | 0.23% | 0.81% | - |
| XYZ | 45.17 | 42.54 | 38.63 | - |
| YUV | 176.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 159 | 0 | 0.20 | 0.23 | 0.19 | 7.66 | 0.32 | 0.72 |
| Hex | CE | A5 | 9F | 0 | 14 | 17 | 13 | 8 | 20 | 48 |
| Octal | 316 | 245 | 237 | 0 | 24 | 27 | 23 | 10 | 40 | 110 |
| Binary | 11001110 | 10100101 | 10011111 | 0 | 10100 | 10111 | 10011 | 1000 | 100000 | 1001000 |
Color Harmonies of #CEA59F
Complementary color
Monochromatic Colors of #CEA59F
Black with #CEA59F
Text Example
Text Example
White with #CEA59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA59F; }
p { color: rgb(206,165,159); }
H1.HeaderClassName
{
color: #CEA59F;
}
.AnyTagClassName
{
color: #CEA59F;
}
</style>
background-color css
<style>
a { background-color: #CEA59F; }
a { background-color: rgb(206,165,159); }
div.DivClassName
{
background-color: #CEA59F;
}
.BgClassName
{
background-color: #CEA59F;
}
</style>
border-color css
<style>
span { border-color: #CEA59F; }
span { border-color: rgb(206,165,159); }
td.TdClassName
{
border-color: #CEA59F;
}
.TagClassName
{
border-color: #CEA59F;
}
</style>