Shades of Sundance #C2A74E
Tints of Sundance #C2A74E
RGB
CMYK
RGB Variations
Color information
#C2A74E (or 0xC2A74E) is known color: Sundance. HEX triplet: C2, A7 and 4E. RGB value is (194,167,78). Sum of RGB (Red+Green+Blue) = 194+167+78=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A74E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A74E is #3D58B1. Grayscale: #A5A5A5. Windows color (decimal): -4020402 or 5154754. OLE color: 5154754.
HSL color Cylindrical-coordinate representation of color #C2A74E: hue angle of 46.03º 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 #C2A74E is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 78 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.24 |
| HSL | 46.03º | 0.49% | 0.53% | - |
| HSV(B) | 46.03º | 0.6% | 0.76% | - |
| XYZ | 37.44 | 39.66 | 12.89 | - |
| YUV | 164.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 78 | 0 | 0.14 | 0.60 | 0.24 | 46.03 | 0.49 | 0.53 |
| Hex | C2 | A7 | 4E | 0 | E | 3C | 18 | 2E | 31 | 35 |
| Octal | 302 | 247 | 116 | 0 | 16 | 74 | 30 | 56 | 61 | 65 |
| Binary | 11000010 | 10100111 | 1001110 | 0 | 1110 | 111100 | 11000 | 101110 | 110001 | 110101 |
Color Harmonies of #C2A74E
Complementary color
Monochromatic Colors of #C2A74E
Black with #C2A74E
Text Example
Text Example
White with #C2A74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A74E; }
p { color: rgb(194,167,78); }
H1.HeaderClassName
{
color: #C2A74E;
}
.AnyTagClassName
{
color: #C2A74E;
}
</style>
background-color css
<style>
a { background-color: #C2A74E; }
a { background-color: rgb(194,167,78); }
div.DivClassName
{
background-color: #C2A74E;
}
.BgClassName
{
background-color: #C2A74E;
}
</style>
border-color css
<style>
span { border-color: #C2A74E; }
span { border-color: rgb(194,167,78); }
td.TdClassName
{
border-color: #C2A74E;
}
.TagClassName
{
border-color: #C2A74E;
}
</style>