Shades of Eunry #C5A09C
Tints of Eunry #C5A09C
RGB
CMYK
RGB Variations
Color information
#C5A09C (or 0xC5A09C) is known color: Eunry. HEX triplet: C5, A0 and 9C. RGB value is (197,160,156). Sum of RGB (Red+Green+Blue) = 197+160+156=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A09C is #3A5F63. Grayscale: #AAAAAA. Windows color (decimal): -3825508 or 10264773. OLE color: 10264773.
HSL color Cylindrical-coordinate representation of color #C5A09C: hue angle of 5.85º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5A09C is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 156 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.23 |
| HSL | 5.85º | 0.26% | 0.69% | - |
| HSV(B) | 5.85º | 0.21% | 0.77% | - |
| XYZ | 41.6 | 39.41 | 36.87 | - |
| YUV | 170.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 156 | 0 | 0.19 | 0.21 | 0.23 | 5.85 | 0.26 | 0.69 |
| Hex | C5 | A0 | 9C | 0 | 13 | 15 | 17 | 6 | 1A | 45 |
| Octal | 305 | 240 | 234 | 0 | 23 | 25 | 27 | 6 | 32 | 105 |
| Binary | 11000101 | 10100000 | 10011100 | 0 | 10011 | 10101 | 10111 | 110 | 11010 | 1000101 |
Color Harmonies of #C5A09C
Complementary color
Monochromatic Colors of #C5A09C
Black with #C5A09C
Text Example
Text Example
White with #C5A09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A09C; }
p { color: rgb(197,160,156); }
H1.HeaderClassName
{
color: #C5A09C;
}
.AnyTagClassName
{
color: #C5A09C;
}
</style>
background-color css
<style>
a { background-color: #C5A09C; }
a { background-color: rgb(197,160,156); }
div.DivClassName
{
background-color: #C5A09C;
}
.BgClassName
{
background-color: #C5A09C;
}
</style>
border-color css
<style>
span { border-color: #C5A09C; }
span { border-color: rgb(197,160,156); }
td.TdClassName
{
border-color: #C5A09C;
}
.TagClassName
{
border-color: #C5A09C;
}
</style>