Shades of Sundance #C2A240
Tints of Sundance #C2A240
RGB
CMYK
RGB Variations
Color information
#C2A240 (or 0xC2A240) is known color: Sundance. HEX triplet: C2, A2 and 40. RGB value is (194,162,64). Sum of RGB (Red+Green+Blue) = 194+162+64=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A240 is #3D5DBF. Grayscale: #A0A0A0. Windows color (decimal): -4021696 or 4235970. OLE color: 4235970.
HSL color Cylindrical-coordinate representation of color #C2A240: hue angle of 45.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2A240 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 64 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.24 |
| HSL | 45.23º | 0.52% | 0.51% | - |
| HSV(B) | 45.23º | 0.67% | 0.76% | - |
| XYZ | 36.09 | 37.68 | 10.22 | - |
| YUV | 160.4 | 73.6 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 64 | 0 | 0.16 | 0.67 | 0.24 | 45.23 | 0.52 | 0.51 |
| Hex | C2 | A2 | 40 | 0 | 10 | 43 | 18 | 2D | 34 | 33 |
| Octal | 302 | 242 | 100 | 0 | 20 | 103 | 30 | 55 | 64 | 63 |
| Binary | 11000010 | 10100010 | 1000000 | 0 | 10000 | 1000011 | 11000 | 101101 | 110100 | 110011 |
Color Harmonies of #C2A240
Complementary color
Monochromatic Colors of #C2A240
Black with #C2A240
Text Example
Text Example
White with #C2A240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A240; }
p { color: rgb(194,162,64); }
H1.HeaderClassName
{
color: #C2A240;
}
.AnyTagClassName
{
color: #C2A240;
}
</style>
background-color css
<style>
a { background-color: #C2A240; }
a { background-color: rgb(194,162,64); }
div.DivClassName
{
background-color: #C2A240;
}
.BgClassName
{
background-color: #C2A240;
}
</style>
border-color css
<style>
span { border-color: #C2A240; }
span { border-color: rgb(194,162,64); }
td.TdClassName
{
border-color: #C2A240;
}
.TagClassName
{
border-color: #C2A240;
}
</style>