Shades of Sundance #C2A04F
Tints of Sundance #C2A04F
RGB
CMYK
RGB Variations
Color information
#C2A04F (or 0xC2A04F) is known color: Sundance. HEX triplet: C2, A0 and 4F. RGB value is (194,160,79). Sum of RGB (Red+Green+Blue) = 194+160+79=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A04F is #3D5FB0. Grayscale: #A1A1A1. Windows color (decimal): -4022193 or 5218498. OLE color: 5218498.
HSL color Cylindrical-coordinate representation of color #C2A04F: hue angle of 42.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2A04F is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 79 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.24 |
| HSL | 42.26º | 0.49% | 0.54% | - |
| HSV(B) | 42.26º | 0.59% | 0.76% | - |
| XYZ | 36.23 | 37.18 | 12.66 | - |
| YUV | 160.93 | 81.76 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 79 | 0 | 0.18 | 0.59 | 0.24 | 42.26 | 0.49 | 0.54 |
| Hex | C2 | A0 | 4F | 0 | 12 | 3B | 18 | 2A | 31 | 36 |
| Octal | 302 | 240 | 117 | 0 | 22 | 73 | 30 | 52 | 61 | 66 |
| Binary | 11000010 | 10100000 | 1001111 | 0 | 10010 | 111011 | 11000 | 101010 | 110001 | 110110 |
Color Harmonies of #C2A04F
Complementary color
Monochromatic Colors of #C2A04F
Black with #C2A04F
Text Example
Text Example
White with #C2A04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A04F; }
p { color: rgb(194,160,79); }
H1.HeaderClassName
{
color: #C2A04F;
}
.AnyTagClassName
{
color: #C2A04F;
}
</style>
background-color css
<style>
a { background-color: #C2A04F; }
a { background-color: rgb(194,160,79); }
div.DivClassName
{
background-color: #C2A04F;
}
.BgClassName
{
background-color: #C2A04F;
}
</style>
border-color css
<style>
span { border-color: #C2A04F; }
span { border-color: rgb(194,160,79); }
td.TdClassName
{
border-color: #C2A04F;
}
.TagClassName
{
border-color: #C2A04F;
}
</style>