Shades of Eunry #C7A99B
Tints of Eunry #C7A99B
RGB
CMYK
RGB Variations
Color information
#C7A99B (or 0xC7A99B) is known color: Eunry. HEX triplet: C7, A9 and 9B. RGB value is (199,169,155). Sum of RGB (Red+Green+Blue) = 199+169+155=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A99B is #385664. Grayscale: #B0B0B0. Windows color (decimal): -3692133 or 10201543. OLE color: 10201543.
HSL color Cylindrical-coordinate representation of color #C7A99B: hue angle of 19.09º 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 #C7A99B is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 155 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.22 |
| HSL | 19.09º | 0.28% | 0.69% | - |
| HSV(B) | 19.09º | 0.22% | 0.78% | - |
| XYZ | 43.66 | 42.88 | 36.99 | - |
| YUV | 176.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 155 | 0 | 0.15 | 0.22 | 0.22 | 19.09 | 0.28 | 0.69 |
| Hex | C7 | A9 | 9B | 0 | F | 16 | 16 | 13 | 1C | 45 |
| Octal | 307 | 251 | 233 | 0 | 17 | 26 | 26 | 23 | 34 | 105 |
| Binary | 11000111 | 10101001 | 10011011 | 0 | 1111 | 10110 | 10110 | 10011 | 11100 | 1000101 |
Color Harmonies of #C7A99B
Complementary color
Monochromatic Colors of #C7A99B
Black with #C7A99B
Text Example
Text Example
White with #C7A99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A99B; }
p { color: rgb(199,169,155); }
H1.HeaderClassName
{
color: #C7A99B;
}
.AnyTagClassName
{
color: #C7A99B;
}
</style>
background-color css
<style>
a { background-color: #C7A99B; }
a { background-color: rgb(199,169,155); }
div.DivClassName
{
background-color: #C7A99B;
}
.BgClassName
{
background-color: #C7A99B;
}
</style>
border-color css
<style>
span { border-color: #C7A99B; }
span { border-color: rgb(199,169,155); }
td.TdClassName
{
border-color: #C7A99B;
}
.TagClassName
{
border-color: #C7A99B;
}
</style>