Shades of Sundance #C2A642
Tints of Sundance #C2A642
RGB
CMYK
RGB Variations
Color information
#C2A642 (or 0xC2A642) is known color: Sundance. HEX triplet: C2, A6 and 42. RGB value is (194,166,66). Sum of RGB (Red+Green+Blue) = 194+166+66=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A642 is #3D59BD. Grayscale: #A3A3A3. Windows color (decimal): -4020670 or 4368066. OLE color: 4368066.
HSL color Cylindrical-coordinate representation of color #C2A642: hue angle of 46.88º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2A642 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 66 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.24 |
| HSL | 46.88º | 0.51% | 0.51% | - |
| HSV(B) | 46.88º | 0.66% | 0.76% | - |
| XYZ | 36.87 | 39.14 | 10.76 | - |
| YUV | 162.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 66 | 0 | 0.14 | 0.66 | 0.24 | 46.88 | 0.51 | 0.51 |
| Hex | C2 | A6 | 42 | 0 | E | 42 | 18 | 2F | 33 | 33 |
| Octal | 302 | 246 | 102 | 0 | 16 | 102 | 30 | 57 | 63 | 63 |
| Binary | 11000010 | 10100110 | 1000010 | 0 | 1110 | 1000010 | 11000 | 101111 | 110011 | 110011 |
Color Harmonies of #C2A642
Complementary color
Monochromatic Colors of #C2A642
Black with #C2A642
Text Example
Text Example
White with #C2A642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A642; }
p { color: rgb(194,166,66); }
H1.HeaderClassName
{
color: #C2A642;
}
.AnyTagClassName
{
color: #C2A642;
}
</style>
background-color css
<style>
a { background-color: #C2A642; }
a { background-color: rgb(194,166,66); }
div.DivClassName
{
background-color: #C2A642;
}
.BgClassName
{
background-color: #C2A642;
}
</style>
border-color css
<style>
span { border-color: #C2A642; }
span { border-color: rgb(194,166,66); }
td.TdClassName
{
border-color: #C2A642;
}
.TagClassName
{
border-color: #C2A642;
}
</style>