Shades of Eunry #C79D9A
Tints of Eunry #C79D9A
RGB
CMYK
RGB Variations
Color information
#C79D9A (or 0xC79D9A) is known color: Eunry. HEX triplet: C7, 9D and 9A. RGB value is (199,157,154). Sum of RGB (Red+Green+Blue) = 199+157+154=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79D9A is #386265. Grayscale: #A9A9A9. Windows color (decimal): -3695206 or 10132935. OLE color: 10132935.
HSL color Cylindrical-coordinate representation of color #C79D9A: hue angle of 4º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C79D9A is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 157 | 154 | - |
CMYK | 0 | 0.21 | 0.23 | 0.22 |
HSL | 4º | 0.29% | 0.69% | - |
HSV(B) | 4º | 0.23% | 0.78% | - |
XYZ | 41.44 | 38.59 | 35.84 | - |
YUV | 169.22 | 119.41 | 149.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 157 | 154 | 0 | 0.21 | 0.23 | 0.22 | 4 | 0.29 | 0.69 |
Hex | C7 | 9D | 9A | 0 | 15 | 17 | 16 | 4 | 1D | 45 |
Octal | 307 | 235 | 232 | 0 | 25 | 27 | 26 | 4 | 35 | 105 |
Binary | 11000111 | 10011101 | 10011010 | 0 | 10101 | 10111 | 10110 | 100 | 11101 | 1000101 |
Color Harmonies of #C79D9A
Complementary color
Monochromatic Colors of #C79D9A
Black with #C79D9A
Text Example
Text Example
White with #C79D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D9A; }
p { color: rgb(199,157,154); }
H1.HeaderClassName
{
color: #C79D9A;
}
.AnyTagClassName
{
color: #C79D9A;
}
</style>
background-color css
<style>
a { background-color: #C79D9A; }
a { background-color: rgb(199,157,154); }
div.DivClassName
{
background-color: #C79D9A;
}
.BgClassName
{
background-color: #C79D9A;
}
</style>
border-color css
<style>
span { border-color: #C79D9A; }
span { border-color: rgb(199,157,154); }
td.TdClassName
{
border-color: #C79D9A;
}
.TagClassName
{
border-color: #C79D9A;
}
</style>