Shades of Eunry #C79B9A
Tints of Eunry #C79B9A
RGB
CMYK
RGB Variations
Color information
#C79B9A (or 0xC79B9A) is known color: Eunry. HEX triplet: C7, 9B and 9A. RGB value is (199,155,154). Sum of RGB (Red+Green+Blue) = 199+155+154=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C79B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79B9A is #386465. Grayscale: #A8A8A8. Windows color (decimal): -3695718 or 10132423. OLE color: 10132423.
HSL color Cylindrical-coordinate representation of color #C79B9A: hue angle of 1.33º 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 #C79B9A is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 155 | 154 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.22 |
| HSL | 1.33º | 0.29% | 0.69% | - |
| HSV(B) | 1.33º | 0.23% | 0.78% | - |
| XYZ | 41.11 | 37.92 | 35.72 | - |
| YUV | 168.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 155 | 154 | 0 | 0.22 | 0.23 | 0.22 | 1.33 | 0.29 | 0.69 |
| Hex | C7 | 9B | 9A | 0 | 16 | 17 | 16 | 1 | 1D | 45 |
| Octal | 307 | 233 | 232 | 0 | 26 | 27 | 26 | 1 | 35 | 105 |
| Binary | 11000111 | 10011011 | 10011010 | 0 | 10110 | 10111 | 10110 | 1 | 11101 | 1000101 |
Color Harmonies of #C79B9A
Complementary color
Monochromatic Colors of #C79B9A
Black with #C79B9A
Text Example
Text Example
White with #C79B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79B9A; }
p { color: rgb(199,155,154); }
H1.HeaderClassName
{
color: #C79B9A;
}
.AnyTagClassName
{
color: #C79B9A;
}
</style>
background-color css
<style>
a { background-color: #C79B9A; }
a { background-color: rgb(199,155,154); }
div.DivClassName
{
background-color: #C79B9A;
}
.BgClassName
{
background-color: #C79B9A;
}
</style>
border-color css
<style>
span { border-color: #C79B9A; }
span { border-color: rgb(199,155,154); }
td.TdClassName
{
border-color: #C79B9A;
}
.TagClassName
{
border-color: #C79B9A;
}
</style>