Shades of Eunry #C7A09B
Tints of Eunry #C7A09B
RGB
CMYK
RGB Variations
Color information
#C7A09B (or 0xC7A09B) is known color: Eunry. HEX triplet: C7, A0 and 9B. RGB value is (199,160,155). Sum of RGB (Red+Green+Blue) = 199+160+155=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A09B is #385F64. Grayscale: #ABABAB. Windows color (decimal): -3694437 or 10199239. OLE color: 10199239.
HSL color Cylindrical-coordinate representation of color #C7A09B: hue angle of 6.82º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7A09B is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 155 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.22 |
| HSL | 6.82º | 0.28% | 0.69% | - |
| HSV(B) | 6.82º | 0.22% | 0.78% | - |
| XYZ | 42.04 | 39.65 | 36.45 | - |
| YUV | 171.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 155 | 0 | 0.20 | 0.22 | 0.22 | 6.82 | 0.28 | 0.69 |
| Hex | C7 | A0 | 9B | 0 | 14 | 16 | 16 | 7 | 1C | 45 |
| Octal | 307 | 240 | 233 | 0 | 24 | 26 | 26 | 7 | 34 | 105 |
| Binary | 11000111 | 10100000 | 10011011 | 0 | 10100 | 10110 | 10110 | 111 | 11100 | 1000101 |
Color Harmonies of #C7A09B
Complementary color
Monochromatic Colors of #C7A09B
Black with #C7A09B
Text Example
Text Example
White with #C7A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A09B; }
p { color: rgb(199,160,155); }
H1.HeaderClassName
{
color: #C7A09B;
}
.AnyTagClassName
{
color: #C7A09B;
}
</style>
background-color css
<style>
a { background-color: #C7A09B; }
a { background-color: rgb(199,160,155); }
div.DivClassName
{
background-color: #C7A09B;
}
.BgClassName
{
background-color: #C7A09B;
}
</style>
border-color css
<style>
span { border-color: #C7A09B; }
span { border-color: rgb(199,160,155); }
td.TdClassName
{
border-color: #C7A09B;
}
.TagClassName
{
border-color: #C7A09B;
}
</style>