Shades of Eunry #C49F9C
Tints of Eunry #C49F9C
RGB
CMYK
RGB Variations
Color information
#C49F9C (or 0xC49F9C) is known color: Eunry. HEX triplet: C4, 9F and 9C. RGB value is (196,159,156). Sum of RGB (Red+Green+Blue) = 196+159+156=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49F9C is #3B6063. Grayscale: #A9A9A9. Windows color (decimal): -3891300 or 10264516. OLE color: 10264516.
HSL color Cylindrical-coordinate representation of color #C49F9C: hue angle of 4.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C49F9C is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 156 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.23 |
| HSL | 4.5º | 0.25% | 0.69% | - |
| HSV(B) | 4.5º | 0.2% | 0.77% | - |
| XYZ | 41.16 | 38.93 | 36.8 | - |
| YUV | 169.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 156 | 0 | 0.19 | 0.20 | 0.23 | 4.5 | 0.25 | 0.69 |
| Hex | C4 | 9F | 9C | 0 | 13 | 14 | 17 | 4 | 19 | 45 |
| Octal | 304 | 237 | 234 | 0 | 23 | 24 | 27 | 4 | 31 | 105 |
| Binary | 11000100 | 10011111 | 10011100 | 0 | 10011 | 10100 | 10111 | 100 | 11001 | 1000101 |
Color Harmonies of #C49F9C
Complementary color
Monochromatic Colors of #C49F9C
Black with #C49F9C
Text Example
Text Example
White with #C49F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F9C; }
p { color: rgb(196,159,156); }
H1.HeaderClassName
{
color: #C49F9C;
}
.AnyTagClassName
{
color: #C49F9C;
}
</style>
background-color css
<style>
a { background-color: #C49F9C; }
a { background-color: rgb(196,159,156); }
div.DivClassName
{
background-color: #C49F9C;
}
.BgClassName
{
background-color: #C49F9C;
}
</style>
border-color css
<style>
span { border-color: #C49F9C; }
span { border-color: rgb(196,159,156); }
td.TdClassName
{
border-color: #C49F9C;
}
.TagClassName
{
border-color: #C49F9C;
}
</style>