Shades of Sundance #C2AA4A
Tints of Sundance #C2AA4A
RGB
CMYK
RGB Variations
Color information
#C2AA4A (or 0xC2AA4A) is known color: Sundance. HEX triplet: C2, AA and 4A. RGB value is (194,170,74). Sum of RGB (Red+Green+Blue) = 194+170+74=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA4A is #3D55B5. Grayscale: #A6A6A6. Windows color (decimal): -4019638 or 4893378. OLE color: 4893378.
HSL color Cylindrical-coordinate representation of color #C2AA4A: hue angle of 48º 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 #C2AA4A is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 74 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.24 |
| HSL | 48º | 0.5% | 0.53% | - |
| HSV(B) | 48º | 0.62% | 0.76% | - |
| XYZ | 37.86 | 40.71 | 12.34 | - |
| YUV | 166.23 | 75.95 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 74 | 0 | 0.12 | 0.62 | 0.24 | 48 | 0.5 | 0.53 |
| Hex | C2 | AA | 4A | 0 | C | 3E | 18 | 30 | 32 | 35 |
| Octal | 302 | 252 | 112 | 0 | 14 | 76 | 30 | 60 | 62 | 65 |
| Binary | 11000010 | 10101010 | 1001010 | 0 | 1100 | 111110 | 11000 | 110000 | 110010 | 110101 |
Color Harmonies of #C2AA4A
Complementary color
Monochromatic Colors of #C2AA4A
Black with #C2AA4A
Text Example
Text Example
White with #C2AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA4A; }
p { color: rgb(194,170,74); }
H1.HeaderClassName
{
color: #C2AA4A;
}
.AnyTagClassName
{
color: #C2AA4A;
}
</style>
background-color css
<style>
a { background-color: #C2AA4A; }
a { background-color: rgb(194,170,74); }
div.DivClassName
{
background-color: #C2AA4A;
}
.BgClassName
{
background-color: #C2AA4A;
}
</style>
border-color css
<style>
span { border-color: #C2AA4A; }
span { border-color: rgb(194,170,74); }
td.TdClassName
{
border-color: #C2AA4A;
}
.TagClassName
{
border-color: #C2AA4A;
}
</style>