Shades of Sundance #C2A04A
Tints of Sundance #C2A04A
RGB
CMYK
RGB Variations
Color information
#C2A04A (or 0xC2A04A) is known color: Sundance. HEX triplet: C2, A0 and 4A. RGB value is (194,160,74). Sum of RGB (Red+Green+Blue) = 194+160+74=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A04A is #3D5FB5. Grayscale: #A0A0A0. Windows color (decimal): -4022198 or 4890818. OLE color: 4890818.
HSL color Cylindrical-coordinate representation of color #C2A04A: hue angle of 43º 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 #C2A04A is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 74 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.24 |
| HSL | 43º | 0.5% | 0.53% | - |
| HSV(B) | 43º | 0.62% | 0.76% | - |
| XYZ | 36.05 | 37.11 | 11.74 | - |
| YUV | 160.36 | 79.26 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 74 | 0 | 0.18 | 0.62 | 0.24 | 43 | 0.5 | 0.53 |
| Hex | C2 | A0 | 4A | 0 | 12 | 3E | 18 | 2B | 32 | 35 |
| Octal | 302 | 240 | 112 | 0 | 22 | 76 | 30 | 53 | 62 | 65 |
| Binary | 11000010 | 10100000 | 1001010 | 0 | 10010 | 111110 | 11000 | 101011 | 110010 | 110101 |
Color Harmonies of #C2A04A
Complementary color
Monochromatic Colors of #C2A04A
Black with #C2A04A
Text Example
Text Example
White with #C2A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A04A; }
p { color: rgb(194,160,74); }
H1.HeaderClassName
{
color: #C2A04A;
}
.AnyTagClassName
{
color: #C2A04A;
}
</style>
background-color css
<style>
a { background-color: #C2A04A; }
a { background-color: rgb(194,160,74); }
div.DivClassName
{
background-color: #C2A04A;
}
.BgClassName
{
background-color: #C2A04A;
}
</style>
border-color css
<style>
span { border-color: #C2A04A; }
span { border-color: rgb(194,160,74); }
td.TdClassName
{
border-color: #C2A04A;
}
.TagClassName
{
border-color: #C2A04A;
}
</style>