Shades of Eunry #CEA89B
Tints of Eunry #CEA89B
RGB
CMYK
RGB Variations
Color information
#CEA89B (or 0xCEA89B) is known color: Eunry. HEX triplet: CE, A8 and 9B. RGB value is (206,168,155). Sum of RGB (Red+Green+Blue) = 206+168+155=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA89B is #315764. Grayscale: #B1B1B1. Windows color (decimal): -3233637 or 10201294. OLE color: 10201294.
HSL color Cylindrical-coordinate representation of color #CEA89B: hue angle of 15.29º degrees, saturation: 0.34, 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 #CEA89B is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 155 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.19 |
| HSL | 15.29º | 0.34% | 0.71% | - |
| HSV(B) | 15.29º | 0.25% | 0.81% | - |
| XYZ | 45.37 | 43.49 | 37.01 | - |
| YUV | 177.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 155 | 0 | 0.18 | 0.25 | 0.19 | 15.29 | 0.34 | 0.71 |
| Hex | CE | A8 | 9B | 0 | 12 | 19 | 13 | F | 22 | 47 |
| Octal | 316 | 250 | 233 | 0 | 22 | 31 | 23 | 17 | 42 | 107 |
| Binary | 11001110 | 10101000 | 10011011 | 0 | 10010 | 11001 | 10011 | 1111 | 100010 | 1000111 |
Color Harmonies of #CEA89B
Complementary color
Monochromatic Colors of #CEA89B
Black with #CEA89B
Text Example
Text Example
White with #CEA89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA89B; }
p { color: rgb(206,168,155); }
H1.HeaderClassName
{
color: #CEA89B;
}
.AnyTagClassName
{
color: #CEA89B;
}
</style>
background-color css
<style>
a { background-color: #CEA89B; }
a { background-color: rgb(206,168,155); }
div.DivClassName
{
background-color: #CEA89B;
}
.BgClassName
{
background-color: #CEA89B;
}
</style>
border-color css
<style>
span { border-color: #CEA89B; }
span { border-color: rgb(206,168,155); }
td.TdClassName
{
border-color: #CEA89B;
}
.TagClassName
{
border-color: #CEA89B;
}
</style>