Shades of Eunry #CEAB9D
Tints of Eunry #CEAB9D
RGB
CMYK
RGB Variations
Color information
#CEAB9D (or 0xCEAB9D) is known color: Eunry. HEX triplet: CE, AB and 9D. RGB value is (206,171,157). Sum of RGB (Red+Green+Blue) = 206+171+157=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAB9D is #315462. Grayscale: #B3B3B3. Windows color (decimal): -3232867 or 10333134. OLE color: 10333134.
HSL color Cylindrical-coordinate representation of color #CEAB9D: hue angle of 17.14º 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 #CEAB9D is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 157 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.19 |
| HSL | 17.14º | 0.33% | 0.71% | - |
| HSV(B) | 17.14º | 0.24% | 0.81% | - |
| XYZ | 46.1 | 44.68 | 38.09 | - |
| YUV | 179.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 157 | 0 | 0.17 | 0.24 | 0.19 | 17.14 | 0.33 | 0.71 |
| Hex | CE | AB | 9D | 0 | 11 | 18 | 13 | 11 | 21 | 47 |
| Octal | 316 | 253 | 235 | 0 | 21 | 30 | 23 | 21 | 41 | 107 |
| Binary | 11001110 | 10101011 | 10011101 | 0 | 10001 | 11000 | 10011 | 10001 | 100001 | 1000111 |
Color Harmonies of #CEAB9D
Complementary color
Monochromatic Colors of #CEAB9D
Black with #CEAB9D
Text Example
Text Example
White with #CEAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB9D; }
p { color: rgb(206,171,157); }
H1.HeaderClassName
{
color: #CEAB9D;
}
.AnyTagClassName
{
color: #CEAB9D;
}
</style>
background-color css
<style>
a { background-color: #CEAB9D; }
a { background-color: rgb(206,171,157); }
div.DivClassName
{
background-color: #CEAB9D;
}
.BgClassName
{
background-color: #CEAB9D;
}
</style>
border-color css
<style>
span { border-color: #CEAB9D; }
span { border-color: rgb(206,171,157); }
td.TdClassName
{
border-color: #CEAB9D;
}
.TagClassName
{
border-color: #CEAB9D;
}
</style>