Shades of Eunry #C59F9A
Tints of Eunry #C59F9A
RGB
CMYK
RGB Variations
Color information
#C59F9A (or 0xC59F9A) is known color: Eunry. HEX triplet: C5, 9F and 9A. RGB value is (197,159,154). Sum of RGB (Red+Green+Blue) = 197+159+154=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59F9A is #3A6065. Grayscale: #A9A9A9. Windows color (decimal): -3825766 or 10133445. OLE color: 10133445.
HSL color Cylindrical-coordinate representation of color #C59F9A: hue angle of 6.98º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C59F9A is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 154 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.23 |
| HSL | 6.98º | 0.27% | 0.69% | - |
| HSV(B) | 6.98º | 0.22% | 0.77% | - |
| XYZ | 41.26 | 39 | 35.93 | - |
| YUV | 169.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 154 | 0 | 0.19 | 0.22 | 0.23 | 6.98 | 0.27 | 0.69 |
| Hex | C5 | 9F | 9A | 0 | 13 | 16 | 17 | 7 | 1B | 45 |
| Octal | 305 | 237 | 232 | 0 | 23 | 26 | 27 | 7 | 33 | 105 |
| Binary | 11000101 | 10011111 | 10011010 | 0 | 10011 | 10110 | 10111 | 111 | 11011 | 1000101 |
Color Harmonies of #C59F9A
Complementary color
Monochromatic Colors of #C59F9A
Black with #C59F9A
Text Example
Text Example
White with #C59F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F9A; }
p { color: rgb(197,159,154); }
H1.HeaderClassName
{
color: #C59F9A;
}
.AnyTagClassName
{
color: #C59F9A;
}
</style>
background-color css
<style>
a { background-color: #C59F9A; }
a { background-color: rgb(197,159,154); }
div.DivClassName
{
background-color: #C59F9A;
}
.BgClassName
{
background-color: #C59F9A;
}
</style>
border-color css
<style>
span { border-color: #C59F9A; }
span { border-color: rgb(197,159,154); }
td.TdClassName
{
border-color: #C59F9A;
}
.TagClassName
{
border-color: #C59F9A;
}
</style>