Shades of Eunry #CEA99D
Tints of Eunry #CEA99D
RGB
CMYK
RGB Variations
Color information
#CEA99D (or 0xCEA99D) is known color: Eunry. HEX triplet: CE, A9 and 9D. RGB value is (206,169,157). Sum of RGB (Red+Green+Blue) = 206+169+157=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA99D is #315662. Grayscale: #B2B2B2. Windows color (decimal): -3233379 or 10332622. OLE color: 10332622.
HSL color Cylindrical-coordinate representation of color #CEA99D: hue angle of 14.69º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEA99D is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 157 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.19 |
| HSL | 14.69º | 0.33% | 0.71% | - |
| HSV(B) | 14.69º | 0.24% | 0.81% | - |
| XYZ | 45.73 | 43.93 | 37.97 | - |
| YUV | 178.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 157 | 0 | 0.18 | 0.24 | 0.19 | 14.69 | 0.33 | 0.71 |
| Hex | CE | A9 | 9D | 0 | 12 | 18 | 13 | F | 21 | 47 |
| Octal | 316 | 251 | 235 | 0 | 22 | 30 | 23 | 17 | 41 | 107 |
| Binary | 11001110 | 10101001 | 10011101 | 0 | 10010 | 11000 | 10011 | 1111 | 100001 | 1000111 |
Color Harmonies of #CEA99D
Complementary color
Monochromatic Colors of #CEA99D
Black with #CEA99D
Text Example
Text Example
White with #CEA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA99D; }
p { color: rgb(206,169,157); }
H1.HeaderClassName
{
color: #CEA99D;
}
.AnyTagClassName
{
color: #CEA99D;
}
</style>
background-color css
<style>
a { background-color: #CEA99D; }
a { background-color: rgb(206,169,157); }
div.DivClassName
{
background-color: #CEA99D;
}
.BgClassName
{
background-color: #CEA99D;
}
</style>
border-color css
<style>
span { border-color: #CEA99D; }
span { border-color: rgb(206,169,157); }
td.TdClassName
{
border-color: #CEA99D;
}
.TagClassName
{
border-color: #CEA99D;
}
</style>