Shades of Eunry #C19E9D
Tints of Eunry #C19E9D
RGB
CMYK
RGB Variations
Color information
#C19E9D (or 0xC19E9D) is known color: Eunry. HEX triplet: C1, 9E and 9D. RGB value is (193,158,157). Sum of RGB (Red+Green+Blue) = 193+158+157=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19E9D is #3E6162. Grayscale: #A8A8A8. Windows color (decimal): -4088163 or 10329793. OLE color: 10329793.
HSL color Cylindrical-coordinate representation of color #C19E9D: hue angle of 1.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C19E9D is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 158 | 157 | - |
CMYK | 0 | 0.18 | 0.19 | 0.24 |
HSL | 1.67º | 0.23% | 0.69% | - |
HSV(B) | 1.67º | 0.19% | 0.76% | - |
XYZ | 40.3 | 38.23 | 37.15 | - |
YUV | 168.35 | 121.6 | 145.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 158 | 157 | 0 | 0.18 | 0.19 | 0.24 | 1.67 | 0.23 | 0.69 |
Hex | C1 | 9E | 9D | 0 | 12 | 13 | 18 | 2 | 16 | 45 |
Octal | 301 | 236 | 235 | 0 | 22 | 23 | 30 | 2 | 26 | 105 |
Binary | 11000001 | 10011110 | 10011101 | 0 | 10010 | 10011 | 11000 | 10 | 10110 | 1000101 |
Color Harmonies of #C19E9D
Complementary color
Monochromatic Colors of #C19E9D
Black with #C19E9D
Text Example
Text Example
White with #C19E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19E9D; }
p { color: rgb(193,158,157); }
H1.HeaderClassName
{
color: #C19E9D;
}
.AnyTagClassName
{
color: #C19E9D;
}
</style>
background-color css
<style>
a { background-color: #C19E9D; }
a { background-color: rgb(193,158,157); }
div.DivClassName
{
background-color: #C19E9D;
}
.BgClassName
{
background-color: #C19E9D;
}
</style>
border-color css
<style>
span { border-color: #C19E9D; }
span { border-color: rgb(193,158,157); }
td.TdClassName
{
border-color: #C19E9D;
}
.TagClassName
{
border-color: #C19E9D;
}
</style>