Shades of Sundance #C2A840
Tints of Sundance #C2A840
RGB
CMYK
RGB Variations
Color information
#C2A840 (or 0xC2A840) is known color: Sundance. HEX triplet: C2, A8 and 40. RGB value is (194,168,64). Sum of RGB (Red+Green+Blue) = 194+168+64=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A840 is #3D57BF. Grayscale: #A4A4A4. Windows color (decimal): -4020160 or 4237506. OLE color: 4237506.
HSL color Cylindrical-coordinate representation of color #C2A840: hue angle of 48º 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 #C2A840 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 64 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.24 |
| HSL | 48º | 0.52% | 0.51% | - |
| HSV(B) | 48º | 0.67% | 0.76% | - |
| XYZ | 37.18 | 39.84 | 10.58 | - |
| YUV | 163.92 | 71.61 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 64 | 0 | 0.13 | 0.67 | 0.24 | 48 | 0.52 | 0.51 |
| Hex | C2 | A8 | 40 | 0 | D | 43 | 18 | 30 | 34 | 33 |
| Octal | 302 | 250 | 100 | 0 | 15 | 103 | 30 | 60 | 64 | 63 |
| Binary | 11000010 | 10101000 | 1000000 | 0 | 1101 | 1000011 | 11000 | 110000 | 110100 | 110011 |
Color Harmonies of #C2A840
Complementary color
Monochromatic Colors of #C2A840
Black with #C2A840
Text Example
Text Example
White with #C2A840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A840; }
p { color: rgb(194,168,64); }
H1.HeaderClassName
{
color: #C2A840;
}
.AnyTagClassName
{
color: #C2A840;
}
</style>
background-color css
<style>
a { background-color: #C2A840; }
a { background-color: rgb(194,168,64); }
div.DivClassName
{
background-color: #C2A840;
}
.BgClassName
{
background-color: #C2A840;
}
</style>
border-color css
<style>
span { border-color: #C2A840; }
span { border-color: rgb(194,168,64); }
td.TdClassName
{
border-color: #C2A840;
}
.TagClassName
{
border-color: #C2A840;
}
</style>