Shades of Sundance #C2A04E
Tints of Sundance #C2A04E
RGB
CMYK
RGB Variations
Color information
#C2A04E (or 0xC2A04E) is known color: Sundance. HEX triplet: C2, A0 and 4E. RGB value is (194,160,78). Sum of RGB (Red+Green+Blue) = 194+160+78=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A04E is #3D5FB1. Grayscale: #A1A1A1. Windows color (decimal): -4022194 or 5152962. OLE color: 5152962.
HSL color Cylindrical-coordinate representation of color #C2A04E: hue angle of 42.41º 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 #C2A04E is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 78 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.24 |
| HSL | 42.41º | 0.49% | 0.53% | - |
| HSV(B) | 42.41º | 0.6% | 0.76% | - |
| XYZ | 36.19 | 37.16 | 12.47 | - |
| YUV | 160.82 | 81.26 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 78 | 0 | 0.18 | 0.60 | 0.24 | 42.41 | 0.49 | 0.53 |
| Hex | C2 | A0 | 4E | 0 | 12 | 3C | 18 | 2A | 31 | 35 |
| Octal | 302 | 240 | 116 | 0 | 22 | 74 | 30 | 52 | 61 | 65 |
| Binary | 11000010 | 10100000 | 1001110 | 0 | 10010 | 111100 | 11000 | 101010 | 110001 | 110101 |
Color Harmonies of #C2A04E
Complementary color
Monochromatic Colors of #C2A04E
Black with #C2A04E
Text Example
Text Example
White with #C2A04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A04E; }
p { color: rgb(194,160,78); }
H1.HeaderClassName
{
color: #C2A04E;
}
.AnyTagClassName
{
color: #C2A04E;
}
</style>
background-color css
<style>
a { background-color: #C2A04E; }
a { background-color: rgb(194,160,78); }
div.DivClassName
{
background-color: #C2A04E;
}
.BgClassName
{
background-color: #C2A04E;
}
</style>
border-color css
<style>
span { border-color: #C2A04E; }
span { border-color: rgb(194,160,78); }
td.TdClassName
{
border-color: #C2A04E;
}
.TagClassName
{
border-color: #C2A04E;
}
</style>