Shades of Eunry #C0A299
Tints of Eunry #C0A299
RGB
CMYK
RGB Variations
Color information
#C0A299 (or 0xC0A299) is known color: Eunry. HEX triplet: C0, A2 and 99. RGB value is (192,162,153). Sum of RGB (Red+Green+Blue) = 192+162+153=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A299 is #3F5D66. Grayscale: #AAAAAA. Windows color (decimal): -4152679 or 10068672. OLE color: 10068672.
HSL color Cylindrical-coordinate representation of color #C0A299: hue angle of 13.85º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0A299 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 153 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.25 |
| HSL | 13.85º | 0.24% | 0.68% | - |
| HSV(B) | 13.85º | 0.2% | 0.75% | - |
| XYZ | 40.41 | 39.35 | 35.6 | - |
| YUV | 169.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 153 | 0 | 0.16 | 0.20 | 0.25 | 13.85 | 0.24 | 0.68 |
| Hex | C0 | A2 | 99 | 0 | 10 | 14 | 19 | E | 18 | 44 |
| Octal | 300 | 242 | 231 | 0 | 20 | 24 | 31 | 16 | 30 | 104 |
| Binary | 11000000 | 10100010 | 10011001 | 0 | 10000 | 10100 | 11001 | 1110 | 11000 | 1000100 |
Color Harmonies of #C0A299
Complementary color
Monochromatic Colors of #C0A299
Black with #C0A299
Text Example
Text Example
White with #C0A299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A299; }
p { color: rgb(192,162,153); }
H1.HeaderClassName
{
color: #C0A299;
}
.AnyTagClassName
{
color: #C0A299;
}
</style>
background-color css
<style>
a { background-color: #C0A299; }
a { background-color: rgb(192,162,153); }
div.DivClassName
{
background-color: #C0A299;
}
.BgClassName
{
background-color: #C0A299;
}
</style>
border-color css
<style>
span { border-color: #C0A299; }
span { border-color: rgb(192,162,153); }
td.TdClassName
{
border-color: #C0A299;
}
.TagClassName
{
border-color: #C0A299;
}
</style>