Shades of Eunry #CEAB9A
Tints of Eunry #CEAB9A
RGB
CMYK
RGB Variations
Color information
#CEAB9A (or 0xCEAB9A) is known color: Eunry. HEX triplet: CE, AB and 9A. RGB value is (206,171,154). Sum of RGB (Red+Green+Blue) = 206+171+154=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAB9A is #315465. Grayscale: #B3B3B3. Windows color (decimal): -3232870 or 10136526. OLE color: 10136526.
HSL color Cylindrical-coordinate representation of color #CEAB9A: hue angle of 19.62º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEAB9A is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 154 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.19 |
| HSL | 19.62º | 0.35% | 0.71% | - |
| HSV(B) | 19.62º | 0.25% | 0.81% | - |
| XYZ | 45.85 | 44.58 | 36.76 | - |
| YUV | 179.53 | 113.6 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 154 | 0 | 0.17 | 0.25 | 0.19 | 19.62 | 0.35 | 0.71 |
| Hex | CE | AB | 9A | 0 | 11 | 19 | 13 | 14 | 23 | 47 |
| Octal | 316 | 253 | 232 | 0 | 21 | 31 | 23 | 24 | 43 | 107 |
| Binary | 11001110 | 10101011 | 10011010 | 0 | 10001 | 11001 | 10011 | 10100 | 100011 | 1000111 |
Color Harmonies of #CEAB9A
Complementary color
Monochromatic Colors of #CEAB9A
Black with #CEAB9A
Text Example
Text Example
White with #CEAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB9A; }
p { color: rgb(206,171,154); }
H1.HeaderClassName
{
color: #CEAB9A;
}
.AnyTagClassName
{
color: #CEAB9A;
}
</style>
background-color css
<style>
a { background-color: #CEAB9A; }
a { background-color: rgb(206,171,154); }
div.DivClassName
{
background-color: #CEAB9A;
}
.BgClassName
{
background-color: #CEAB9A;
}
</style>
border-color css
<style>
span { border-color: #CEAB9A; }
span { border-color: rgb(206,171,154); }
td.TdClassName
{
border-color: #CEAB9A;
}
.TagClassName
{
border-color: #CEAB9A;
}
</style>