Shades of Eunry #C49C98
Tints of Eunry #C49C98
RGB
CMYK
RGB Variations
Color information
#C49C98 (or 0xC49C98) is known color: Eunry. HEX triplet: C4, 9C and 98. RGB value is (196,156,152). Sum of RGB (Red+Green+Blue) = 196+156+152=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C98 is #3B6367. Grayscale: #A7A7A7. Windows color (decimal): -3892072 or 10001604. OLE color: 10001604.
HSL color Cylindrical-coordinate representation of color #C49C98: hue angle of 5.45º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C49C98 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 152 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.23 |
| HSL | 5.45º | 0.27% | 0.68% | - |
| HSV(B) | 5.45º | 0.22% | 0.77% | - |
| XYZ | 40.32 | 37.78 | 34.87 | - |
| YUV | 167.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 152 | 0 | 0.20 | 0.22 | 0.23 | 5.45 | 0.27 | 0.68 |
| Hex | C4 | 9C | 98 | 0 | 14 | 16 | 17 | 5 | 1B | 44 |
| Octal | 304 | 234 | 230 | 0 | 24 | 26 | 27 | 5 | 33 | 104 |
| Binary | 11000100 | 10011100 | 10011000 | 0 | 10100 | 10110 | 10111 | 101 | 11011 | 1000100 |
Color Harmonies of #C49C98
Complementary color
Monochromatic Colors of #C49C98
Black with #C49C98
Text Example
Text Example
White with #C49C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C98; }
p { color: rgb(196,156,152); }
H1.HeaderClassName
{
color: #C49C98;
}
.AnyTagClassName
{
color: #C49C98;
}
</style>
background-color css
<style>
a { background-color: #C49C98; }
a { background-color: rgb(196,156,152); }
div.DivClassName
{
background-color: #C49C98;
}
.BgClassName
{
background-color: #C49C98;
}
</style>
border-color css
<style>
span { border-color: #C49C98; }
span { border-color: rgb(196,156,152); }
td.TdClassName
{
border-color: #C49C98;
}
.TagClassName
{
border-color: #C49C98;
}
</style>