Shades of Eunry #C7A295
Tints of Eunry #C7A295
RGB
CMYK
RGB Variations
Color information
#C7A295 (or 0xC7A295) is known color: Eunry. HEX triplet: C7, A2 and 95. RGB value is (199,162,149). Sum of RGB (Red+Green+Blue) = 199+162+149=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A295 is #385D6A. Grayscale: #ABABAB. Windows color (decimal): -3693931 or 9806535. OLE color: 9806535.
HSL color Cylindrical-coordinate representation of color #C7A295: hue angle of 15.6º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7A295 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 162 | 149 | - |
CMYK | 0 | 0.19 | 0.25 | 0.22 |
HSL | 15.6º | 0.31% | 0.68% | - |
HSV(B) | 15.6º | 0.25% | 0.78% | - |
XYZ | 41.9 | 40.15 | 33.98 | - |
YUV | 171.58 | 115.26 | 147.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 162 | 149 | 0 | 0.19 | 0.25 | 0.22 | 15.6 | 0.31 | 0.68 |
Hex | C7 | A2 | 95 | 0 | 13 | 19 | 16 | 10 | 1F | 44 |
Octal | 307 | 242 | 225 | 0 | 23 | 31 | 26 | 20 | 37 | 104 |
Binary | 11000111 | 10100010 | 10010101 | 0 | 10011 | 11001 | 10110 | 10000 | 11111 | 1000100 |
Color Harmonies of #C7A295
Complementary color
Monochromatic Colors of #C7A295
Black with #C7A295
Text Example
Text Example
White with #C7A295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A295; }
p { color: rgb(199,162,149); }
H1.HeaderClassName
{
color: #C7A295;
}
.AnyTagClassName
{
color: #C7A295;
}
</style>
background-color css
<style>
a { background-color: #C7A295; }
a { background-color: rgb(199,162,149); }
div.DivClassName
{
background-color: #C7A295;
}
.BgClassName
{
background-color: #C7A295;
}
</style>
border-color css
<style>
span { border-color: #C7A295; }
span { border-color: rgb(199,162,149); }
td.TdClassName
{
border-color: #C7A295;
}
.TagClassName
{
border-color: #C7A295;
}
</style>