Shades of Eunry #CEA29C
Tints of Eunry #CEA29C
RGB
CMYK
RGB Variations
Color information
#CEA29C (or 0xCEA29C) is known color: Eunry. HEX triplet: CE, A2 and 9C. RGB value is (206,162,156). Sum of RGB (Red+Green+Blue) = 206+162+156=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA29C is #315D63. Grayscale: #AEAEAE. Windows color (decimal): -3235172 or 10265294. OLE color: 10265294.
HSL color Cylindrical-coordinate representation of color #CEA29C: hue angle of 7.2º 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 #CEA29C is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 156 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.19 |
| HSL | 7.2º | 0.34% | 0.71% | - |
| HSV(B) | 7.2º | 0.24% | 0.81% | - |
| XYZ | 44.37 | 41.36 | 37.1 | - |
| YUV | 174.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 156 | 0 | 0.21 | 0.24 | 0.19 | 7.2 | 0.34 | 0.71 |
| Hex | CE | A2 | 9C | 0 | 15 | 18 | 13 | 7 | 22 | 47 |
| Octal | 316 | 242 | 234 | 0 | 25 | 30 | 23 | 7 | 42 | 107 |
| Binary | 11001110 | 10100010 | 10011100 | 0 | 10101 | 11000 | 10011 | 111 | 100010 | 1000111 |
Color Harmonies of #CEA29C
Complementary color
Monochromatic Colors of #CEA29C
Black with #CEA29C
Text Example
Text Example
White with #CEA29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA29C; }
p { color: rgb(206,162,156); }
H1.HeaderClassName
{
color: #CEA29C;
}
.AnyTagClassName
{
color: #CEA29C;
}
</style>
background-color css
<style>
a { background-color: #CEA29C; }
a { background-color: rgb(206,162,156); }
div.DivClassName
{
background-color: #CEA29C;
}
.BgClassName
{
background-color: #CEA29C;
}
</style>
border-color css
<style>
span { border-color: #CEA29C; }
span { border-color: rgb(206,162,156); }
td.TdClassName
{
border-color: #CEA29C;
}
.TagClassName
{
border-color: #CEA29C;
}
</style>