Shades of Eunry #C59F98
Tints of Eunry #C59F98
RGB
CMYK
RGB Variations
Color information
#C59F98 (or 0xC59F98) is known color: Eunry. HEX triplet: C5, 9F and 98. RGB value is (197,159,152). Sum of RGB (Red+Green+Blue) = 197+159+152=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59F98 is #3A6067. Grayscale: #A9A9A9. Windows color (decimal): -3825768 or 10002373. OLE color: 10002373.
HSL color Cylindrical-coordinate representation of color #C59F98: hue angle of 9.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C59F98 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 152 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.23 |
| HSL | 9.33º | 0.28% | 0.68% | - |
| HSV(B) | 9.33º | 0.23% | 0.77% | - |
| XYZ | 41.09 | 38.93 | 35.05 | - |
| YUV | 169.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 152 | 0 | 0.19 | 0.23 | 0.23 | 9.33 | 0.28 | 0.68 |
| Hex | C5 | 9F | 98 | 0 | 13 | 17 | 17 | 9 | 1C | 44 |
| Octal | 305 | 237 | 230 | 0 | 23 | 27 | 27 | 11 | 34 | 104 |
| Binary | 11000101 | 10011111 | 10011000 | 0 | 10011 | 10111 | 10111 | 1001 | 11100 | 1000100 |
Color Harmonies of #C59F98
Complementary color
Monochromatic Colors of #C59F98
Black with #C59F98
Text Example
Text Example
White with #C59F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F98; }
p { color: rgb(197,159,152); }
H1.HeaderClassName
{
color: #C59F98;
}
.AnyTagClassName
{
color: #C59F98;
}
</style>
background-color css
<style>
a { background-color: #C59F98; }
a { background-color: rgb(197,159,152); }
div.DivClassName
{
background-color: #C59F98;
}
.BgClassName
{
background-color: #C59F98;
}
</style>
border-color css
<style>
span { border-color: #C59F98; }
span { border-color: rgb(197,159,152); }
td.TdClassName
{
border-color: #C59F98;
}
.TagClassName
{
border-color: #C59F98;
}
</style>