Shades of Eunry #CEAB9C
Tints of Eunry #CEAB9C
RGB
CMYK
RGB Variations
Color information
#CEAB9C (or 0xCEAB9C) is known color: Eunry. HEX triplet: CE, AB and 9C. RGB value is (206,171,156). Sum of RGB (Red+Green+Blue) = 206+171+156=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAB9C is #315463. Grayscale: #B3B3B3. Windows color (decimal): -3232868 or 10267598. OLE color: 10267598.
HSL color Cylindrical-coordinate representation of color #CEAB9C: hue angle of 18º degrees, saturation: 0.34, 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 #CEAB9C is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 156 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.19 |
| HSL | 18º | 0.34% | 0.71% | - |
| HSV(B) | 18º | 0.24% | 0.81% | - |
| XYZ | 46.02 | 44.65 | 37.65 | - |
| YUV | 179.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 156 | 0 | 0.17 | 0.24 | 0.19 | 18 | 0.34 | 0.71 |
| Hex | CE | AB | 9C | 0 | 11 | 18 | 13 | 12 | 22 | 47 |
| Octal | 316 | 253 | 234 | 0 | 21 | 30 | 23 | 22 | 42 | 107 |
| Binary | 11001110 | 10101011 | 10011100 | 0 | 10001 | 11000 | 10011 | 10010 | 100010 | 1000111 |
Color Harmonies of #CEAB9C
Complementary color
Monochromatic Colors of #CEAB9C
Black with #CEAB9C
Text Example
Text Example
White with #CEAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB9C; }
p { color: rgb(206,171,156); }
H1.HeaderClassName
{
color: #CEAB9C;
}
.AnyTagClassName
{
color: #CEAB9C;
}
</style>
background-color css
<style>
a { background-color: #CEAB9C; }
a { background-color: rgb(206,171,156); }
div.DivClassName
{
background-color: #CEAB9C;
}
.BgClassName
{
background-color: #CEAB9C;
}
</style>
border-color css
<style>
span { border-color: #CEAB9C; }
span { border-color: rgb(206,171,156); }
td.TdClassName
{
border-color: #CEAB9C;
}
.TagClassName
{
border-color: #CEAB9C;
}
</style>