Shades of Sundance #C2A24A
Tints of Sundance #C2A24A
RGB
CMYK
RGB Variations
Color information
#C2A24A (or 0xC2A24A) is known color: Sundance. HEX triplet: C2, A2 and 4A. RGB value is (194,162,74). Sum of RGB (Red+Green+Blue) = 194+162+74=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A24A is #3D5DB5. Grayscale: #A1A1A1. Windows color (decimal): -4021686 or 4891330. OLE color: 4891330.
HSL color Cylindrical-coordinate representation of color #C2A24A: hue angle of 44º 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 #C2A24A is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 74 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.24 |
| HSL | 44º | 0.5% | 0.53% | - |
| HSV(B) | 44º | 0.62% | 0.76% | - |
| XYZ | 36.4 | 37.8 | 11.86 | - |
| YUV | 161.54 | 78.6 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 74 | 0 | 0.16 | 0.62 | 0.24 | 44 | 0.5 | 0.53 |
| Hex | C2 | A2 | 4A | 0 | 10 | 3E | 18 | 2C | 32 | 35 |
| Octal | 302 | 242 | 112 | 0 | 20 | 76 | 30 | 54 | 62 | 65 |
| Binary | 11000010 | 10100010 | 1001010 | 0 | 10000 | 111110 | 11000 | 101100 | 110010 | 110101 |
Color Harmonies of #C2A24A
Complementary color
Monochromatic Colors of #C2A24A
Black with #C2A24A
Text Example
Text Example
White with #C2A24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A24A; }
p { color: rgb(194,162,74); }
H1.HeaderClassName
{
color: #C2A24A;
}
.AnyTagClassName
{
color: #C2A24A;
}
</style>
background-color css
<style>
a { background-color: #C2A24A; }
a { background-color: rgb(194,162,74); }
div.DivClassName
{
background-color: #C2A24A;
}
.BgClassName
{
background-color: #C2A24A;
}
</style>
border-color css
<style>
span { border-color: #C2A24A; }
span { border-color: rgb(194,162,74); }
td.TdClassName
{
border-color: #C2A24A;
}
.TagClassName
{
border-color: #C2A24A;
}
</style>