Shades of Eunry #C7A39B
Tints of Eunry #C7A39B
RGB
CMYK
RGB Variations
Color information
#C7A39B (or 0xC7A39B) is known color: Eunry. HEX triplet: C7, A3 and 9B. RGB value is (199,163,155). Sum of RGB (Red+Green+Blue) = 199+163+155=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A39B is #385C64. Grayscale: #ACACAC. Windows color (decimal): -3693669 or 10200007. OLE color: 10200007.
HSL color Cylindrical-coordinate representation of color #C7A39B: hue angle of 10.91º 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 #C7A39B is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 155 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.22 |
| HSL | 10.91º | 0.28% | 0.69% | - |
| HSV(B) | 10.91º | 0.22% | 0.78% | - |
| XYZ | 42.57 | 40.7 | 36.62 | - |
| YUV | 172.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 155 | 0 | 0.18 | 0.22 | 0.22 | 10.91 | 0.28 | 0.69 |
| Hex | C7 | A3 | 9B | 0 | 12 | 16 | 16 | B | 1C | 45 |
| Octal | 307 | 243 | 233 | 0 | 22 | 26 | 26 | 13 | 34 | 105 |
| Binary | 11000111 | 10100011 | 10011011 | 0 | 10010 | 10110 | 10110 | 1011 | 11100 | 1000101 |
Color Harmonies of #C7A39B
Complementary color
Monochromatic Colors of #C7A39B
Black with #C7A39B
Text Example
Text Example
White with #C7A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A39B; }
p { color: rgb(199,163,155); }
H1.HeaderClassName
{
color: #C7A39B;
}
.AnyTagClassName
{
color: #C7A39B;
}
</style>
background-color css
<style>
a { background-color: #C7A39B; }
a { background-color: rgb(199,163,155); }
div.DivClassName
{
background-color: #C7A39B;
}
.BgClassName
{
background-color: #C7A39B;
}
</style>
border-color css
<style>
span { border-color: #C7A39B; }
span { border-color: rgb(199,163,155); }
td.TdClassName
{
border-color: #C7A39B;
}
.TagClassName
{
border-color: #C7A39B;
}
</style>