Shades of Sundance #C2A74A
Tints of Sundance #C2A74A
RGB
CMYK
RGB Variations
Color information
#C2A74A (or 0xC2A74A) is known color: Sundance. HEX triplet: C2, A7 and 4A. RGB value is (194,167,74). Sum of RGB (Red+Green+Blue) = 194+167+74=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A74A is #3D58B5. Grayscale: #A4A4A4. Windows color (decimal): -4020406 or 4892610. OLE color: 4892610.
HSL color Cylindrical-coordinate representation of color #C2A74A: hue angle of 46.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2A74A is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 74 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.24 |
| HSL | 46.5º | 0.5% | 0.53% | - |
| HSV(B) | 46.5º | 0.62% | 0.76% | - |
| XYZ | 37.3 | 39.6 | 12.16 | - |
| YUV | 164.47 | 76.95 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 74 | 0 | 0.14 | 0.62 | 0.24 | 46.5 | 0.5 | 0.53 |
| Hex | C2 | A7 | 4A | 0 | E | 3E | 18 | 2E | 32 | 35 |
| Octal | 302 | 247 | 112 | 0 | 16 | 76 | 30 | 56 | 62 | 65 |
| Binary | 11000010 | 10100111 | 1001010 | 0 | 1110 | 111110 | 11000 | 101110 | 110010 | 110101 |
Color Harmonies of #C2A74A
Complementary color
Monochromatic Colors of #C2A74A
Black with #C2A74A
Text Example
Text Example
White with #C2A74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A74A; }
p { color: rgb(194,167,74); }
H1.HeaderClassName
{
color: #C2A74A;
}
.AnyTagClassName
{
color: #C2A74A;
}
</style>
background-color css
<style>
a { background-color: #C2A74A; }
a { background-color: rgb(194,167,74); }
div.DivClassName
{
background-color: #C2A74A;
}
.BgClassName
{
background-color: #C2A74A;
}
</style>
border-color css
<style>
span { border-color: #C2A74A; }
span { border-color: rgb(194,167,74); }
td.TdClassName
{
border-color: #C2A74A;
}
.TagClassName
{
border-color: #C2A74A;
}
</style>