Shades of Sundance #C2A64E
Tints of Sundance #C2A64E
RGB
CMYK
RGB Variations
Color information
#C2A64E (or 0xC2A64E) is known color: Sundance. HEX triplet: C2, A6 and 4E. RGB value is (194,166,78). Sum of RGB (Red+Green+Blue) = 194+166+78=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A64E is #3D59B1. Grayscale: #A4A4A4. Windows color (decimal): -4020658 or 5154498. OLE color: 5154498.
HSL color Cylindrical-coordinate representation of color #C2A64E: hue angle of 45.52º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2A64E is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 78 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.24 |
| HSL | 45.52º | 0.49% | 0.53% | - |
| HSV(B) | 45.52º | 0.6% | 0.76% | - |
| XYZ | 37.26 | 39.29 | 12.83 | - |
| YUV | 164.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 78 | 0 | 0.14 | 0.60 | 0.24 | 45.52 | 0.49 | 0.53 |
| Hex | C2 | A6 | 4E | 0 | E | 3C | 18 | 2E | 31 | 35 |
| Octal | 302 | 246 | 116 | 0 | 16 | 74 | 30 | 56 | 61 | 65 |
| Binary | 11000010 | 10100110 | 1001110 | 0 | 1110 | 111100 | 11000 | 101110 | 110001 | 110101 |
Color Harmonies of #C2A64E
Complementary color
Monochromatic Colors of #C2A64E
Black with #C2A64E
Text Example
Text Example
White with #C2A64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A64E; }
p { color: rgb(194,166,78); }
H1.HeaderClassName
{
color: #C2A64E;
}
.AnyTagClassName
{
color: #C2A64E;
}
</style>
background-color css
<style>
a { background-color: #C2A64E; }
a { background-color: rgb(194,166,78); }
div.DivClassName
{
background-color: #C2A64E;
}
.BgClassName
{
background-color: #C2A64E;
}
</style>
border-color css
<style>
span { border-color: #C2A64E; }
span { border-color: rgb(194,166,78); }
td.TdClassName
{
border-color: #C2A64E;
}
.TagClassName
{
border-color: #C2A64E;
}
</style>