Shades of Sundance #C2A64F
Tints of Sundance #C2A64F
RGB
CMYK
RGB Variations
Color information
#C2A64F (or 0xC2A64F) is known color: Sundance. HEX triplet: C2, A6 and 4F. RGB value is (194,166,79). Sum of RGB (Red+Green+Blue) = 194+166+79=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A64F is #3D59B0. Grayscale: #A4A4A4. Windows color (decimal): -4020657 or 5220034. OLE color: 5220034.
HSL color Cylindrical-coordinate representation of color #C2A64F: hue angle of 45.39º 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 #C2A64F is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 79 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.24 |
| HSL | 45.39º | 0.49% | 0.54% | - |
| HSV(B) | 45.39º | 0.59% | 0.76% | - |
| XYZ | 37.3 | 39.31 | 13.02 | - |
| YUV | 164.45 | 79.78 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 79 | 0 | 0.14 | 0.59 | 0.24 | 45.39 | 0.49 | 0.54 |
| Hex | C2 | A6 | 4F | 0 | E | 3B | 18 | 2D | 31 | 36 |
| Octal | 302 | 246 | 117 | 0 | 16 | 73 | 30 | 55 | 61 | 66 |
| Binary | 11000010 | 10100110 | 1001111 | 0 | 1110 | 111011 | 11000 | 101101 | 110001 | 110110 |
Color Harmonies of #C2A64F
Complementary color
Monochromatic Colors of #C2A64F
Black with #C2A64F
Text Example
Text Example
White with #C2A64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A64F; }
p { color: rgb(194,166,79); }
H1.HeaderClassName
{
color: #C2A64F;
}
.AnyTagClassName
{
color: #C2A64F;
}
</style>
background-color css
<style>
a { background-color: #C2A64F; }
a { background-color: rgb(194,166,79); }
div.DivClassName
{
background-color: #C2A64F;
}
.BgClassName
{
background-color: #C2A64F;
}
</style>
border-color css
<style>
span { border-color: #C2A64F; }
span { border-color: rgb(194,166,79); }
td.TdClassName
{
border-color: #C2A64F;
}
.TagClassName
{
border-color: #C2A64F;
}
</style>