Shades of Sundance #C2A24F
Tints of Sundance #C2A24F
RGB
CMYK
RGB Variations
Color information
#C2A24F (or 0xC2A24F) is known color: Sundance. HEX triplet: C2, A2 and 4F. RGB value is (194,162,79). Sum of RGB (Red+Green+Blue) = 194+162+79=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A24F is #3D5DB0. Grayscale: #A2A2A2. Windows color (decimal): -4021681 or 5219010. OLE color: 5219010.
HSL color Cylindrical-coordinate representation of color #C2A24F: hue angle of 43.3º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2A24F is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 79 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.24 |
| HSL | 43.3º | 0.49% | 0.54% | - |
| HSV(B) | 43.3º | 0.59% | 0.76% | - |
| XYZ | 36.58 | 37.87 | 12.78 | - |
| YUV | 162.11 | 81.1 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 79 | 0 | 0.16 | 0.59 | 0.24 | 43.3 | 0.49 | 0.54 |
| Hex | C2 | A2 | 4F | 0 | 10 | 3B | 18 | 2B | 31 | 36 |
| Octal | 302 | 242 | 117 | 0 | 20 | 73 | 30 | 53 | 61 | 66 |
| Binary | 11000010 | 10100010 | 1001111 | 0 | 10000 | 111011 | 11000 | 101011 | 110001 | 110110 |
Color Harmonies of #C2A24F
Complementary color
Monochromatic Colors of #C2A24F
Black with #C2A24F
Text Example
Text Example
White with #C2A24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A24F; }
p { color: rgb(194,162,79); }
H1.HeaderClassName
{
color: #C2A24F;
}
.AnyTagClassName
{
color: #C2A24F;
}
</style>
background-color css
<style>
a { background-color: #C2A24F; }
a { background-color: rgb(194,162,79); }
div.DivClassName
{
background-color: #C2A24F;
}
.BgClassName
{
background-color: #C2A24F;
}
</style>
border-color css
<style>
span { border-color: #C2A24F; }
span { border-color: rgb(194,162,79); }
td.TdClassName
{
border-color: #C2A24F;
}
.TagClassName
{
border-color: #C2A24F;
}
</style>