Shades of Eunry #C49D9D
Tints of Eunry #C49D9D
RGB
CMYK
RGB Variations
Color information
#C49D9D (or 0xC49D9D) is known color: Eunry. HEX triplet: C4, 9D and 9D. RGB value is (196,157,157). Sum of RGB (Red+Green+Blue) = 196+157+157=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49D9D is #3B6262. Grayscale: #A8A8A8. Windows color (decimal): -3891811 or 10329540. OLE color: 10329540.
HSL color Cylindrical-coordinate representation of color #C49D9D: hue angle of 0º 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 #C49D9D is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 157 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.23 |
| HSL | 0º | 0.25% | 0.69% | - |
| HSV(B) | 0º | 0.2% | 0.77% | - |
| XYZ | 40.91 | 38.28 | 37.13 | - |
| YUV | 168.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 157 | 0 | 0.20 | 0.20 | 0.23 | 0 | 0.25 | 0.69 |
| Hex | C4 | 9D | 9D | 0 | 14 | 14 | 17 | 0 | 19 | 45 |
| Octal | 304 | 235 | 235 | 0 | 24 | 24 | 27 | 0 | 31 | 105 |
| Binary | 11000100 | 10011101 | 10011101 | 0 | 10100 | 10100 | 10111 | 0 | 11001 | 1000101 |
Color Harmonies of #C49D9D
Complementary color
Monochromatic Colors of #C49D9D
Black with #C49D9D
Text Example
Text Example
White with #C49D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D9D; }
p { color: rgb(196,157,157); }
H1.HeaderClassName
{
color: #C49D9D;
}
.AnyTagClassName
{
color: #C49D9D;
}
</style>
background-color css
<style>
a { background-color: #C49D9D; }
a { background-color: rgb(196,157,157); }
div.DivClassName
{
background-color: #C49D9D;
}
.BgClassName
{
background-color: #C49D9D;
}
</style>
border-color css
<style>
span { border-color: #C49D9D; }
span { border-color: rgb(196,157,157); }
td.TdClassName
{
border-color: #C49D9D;
}
.TagClassName
{
border-color: #C49D9D;
}
</style>