Shades of Eunry #C7A29D
Tints of Eunry #C7A29D
RGB
CMYK
RGB Variations
Color information
#C7A29D (or 0xC7A29D) is known color: Eunry. HEX triplet: C7, A2 and 9D. RGB value is (199,162,157). Sum of RGB (Red+Green+Blue) = 199+162+157=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A29D is #385D62. Grayscale: #ACACAC. Windows color (decimal): -3693923 or 10330823. OLE color: 10330823.
HSL color Cylindrical-coordinate representation of color #C7A29D: hue angle of 7.14º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7A29D is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 157 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.22 |
| HSL | 7.14º | 0.27% | 0.7% | - |
| HSV(B) | 7.14º | 0.21% | 0.78% | - |
| XYZ | 42.56 | 40.42 | 37.46 | - |
| YUV | 172.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 157 | 0 | 0.19 | 0.21 | 0.22 | 7.14 | 0.27 | 0.7 |
| Hex | C7 | A2 | 9D | 0 | 13 | 15 | 16 | 7 | 1B | 46 |
| Octal | 307 | 242 | 235 | 0 | 23 | 25 | 26 | 7 | 33 | 106 |
| Binary | 11000111 | 10100010 | 10011101 | 0 | 10011 | 10101 | 10110 | 111 | 11011 | 1000110 |
Color Harmonies of #C7A29D
Complementary color
Monochromatic Colors of #C7A29D
Black with #C7A29D
Text Example
Text Example
White with #C7A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A29D; }
p { color: rgb(199,162,157); }
H1.HeaderClassName
{
color: #C7A29D;
}
.AnyTagClassName
{
color: #C7A29D;
}
</style>
background-color css
<style>
a { background-color: #C7A29D; }
a { background-color: rgb(199,162,157); }
div.DivClassName
{
background-color: #C7A29D;
}
.BgClassName
{
background-color: #C7A29D;
}
</style>
border-color css
<style>
span { border-color: #C7A29D; }
span { border-color: rgb(199,162,157); }
td.TdClassName
{
border-color: #C7A29D;
}
.TagClassName
{
border-color: #C7A29D;
}
</style>