Shades of Eunry #C2A5A4
Tints of Eunry #C2A5A4
RGB
CMYK
RGB Variations
Color information
#C2A5A4 (or 0xC2A5A4) is known color: Eunry. HEX triplet: C2, A5 and A4. RGB value is (194,165,164). Sum of RGB (Red+Green+Blue) = 194+165+164=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A5A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A5A4 is #3D5A5B. Grayscale: #ADADAD. Windows color (decimal): -4020828 or 10790338. OLE color: 10790338.
HSL color Cylindrical-coordinate representation of color #C2A5A4: hue angle of 2º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2A5A4 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 164 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.24 |
| HSL | 2º | 0.2% | 0.7% | - |
| HSV(B) | 2º | 0.15% | 0.76% | - |
| XYZ | 42.4 | 41.06 | 40.81 | - |
| YUV | 173.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 164 | 0 | 0.15 | 0.15 | 0.24 | 2 | 0.2 | 0.7 |
| Hex | C2 | A5 | A4 | 0 | F | F | 18 | 2 | 14 | 46 |
| Octal | 302 | 245 | 244 | 0 | 17 | 17 | 30 | 2 | 24 | 106 |
| Binary | 11000010 | 10100101 | 10100100 | 0 | 1111 | 1111 | 11000 | 10 | 10100 | 1000110 |
Color Harmonies of #C2A5A4
Complementary color
Monochromatic Colors of #C2A5A4
Black with #C2A5A4
Text Example
Text Example
White with #C2A5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A5A4; }
p { color: rgb(194,165,164); }
H1.HeaderClassName
{
color: #C2A5A4;
}
.AnyTagClassName
{
color: #C2A5A4;
}
</style>
background-color css
<style>
a { background-color: #C2A5A4; }
a { background-color: rgb(194,165,164); }
div.DivClassName
{
background-color: #C2A5A4;
}
.BgClassName
{
background-color: #C2A5A4;
}
</style>
border-color css
<style>
span { border-color: #C2A5A4; }
span { border-color: rgb(194,165,164); }
td.TdClassName
{
border-color: #C2A5A4;
}
.TagClassName
{
border-color: #C2A5A4;
}
</style>