Shades of Eunry #CEACA0
Tints of Eunry #CEACA0
RGB
CMYK
RGB Variations
Color information
#CEACA0 (or 0xCEACA0) is known color: Eunry. HEX triplet: CE, AC and A0. RGB value is (206,172,160). Sum of RGB (Red+Green+Blue) = 206+172+160=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEACA0 is #31535F. Grayscale: #B4B4B4. Windows color (decimal): -3232608 or 10529998. OLE color: 10529998.
HSL color Cylindrical-coordinate representation of color #CEACA0: hue angle of 15.65º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEACA0 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 160 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.19 |
| HSL | 15.65º | 0.32% | 0.72% | - |
| HSV(B) | 15.65º | 0.22% | 0.81% | - |
| XYZ | 46.55 | 45.16 | 39.52 | - |
| YUV | 180.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 160 | 0 | 0.17 | 0.22 | 0.19 | 15.65 | 0.32 | 0.72 |
| Hex | CE | AC | A0 | 0 | 11 | 16 | 13 | 10 | 20 | 48 |
| Octal | 316 | 254 | 240 | 0 | 21 | 26 | 23 | 20 | 40 | 110 |
| Binary | 11001110 | 10101100 | 10100000 | 0 | 10001 | 10110 | 10011 | 10000 | 100000 | 1001000 |
Color Harmonies of #CEACA0
Complementary color
Monochromatic Colors of #CEACA0
Black with #CEACA0
Text Example
Text Example
White with #CEACA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACA0; }
p { color: rgb(206,172,160); }
H1.HeaderClassName
{
color: #CEACA0;
}
.AnyTagClassName
{
color: #CEACA0;
}
</style>
background-color css
<style>
a { background-color: #CEACA0; }
a { background-color: rgb(206,172,160); }
div.DivClassName
{
background-color: #CEACA0;
}
.BgClassName
{
background-color: #CEACA0;
}
</style>
border-color css
<style>
span { border-color: #CEACA0; }
span { border-color: rgb(206,172,160); }
td.TdClassName
{
border-color: #CEACA0;
}
.TagClassName
{
border-color: #CEACA0;
}
</style>