Shades of Sundance #C0A649
Tints of Sundance #C0A649
RGB
CMYK
RGB Variations
Color information
#C0A649 (or 0xC0A649) is known color: Sundance. HEX triplet: C0, A6 and 49. RGB value is (192,166,73). Sum of RGB (Red+Green+Blue) = 192+166+73=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A649 is #3F59B6. Grayscale: #A3A3A3. Windows color (decimal): -4151735 or 4826816. OLE color: 4826816.
HSL color Cylindrical-coordinate representation of color #C0A649: hue angle of 46.89º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0A649 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 73 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.25 |
| HSL | 46.89º | 0.49% | 0.52% | - |
| HSV(B) | 46.89º | 0.62% | 0.75% | - |
| XYZ | 36.58 | 38.96 | 11.9 | - |
| YUV | 163.17 | 77.11 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 73 | 0 | 0.14 | 0.62 | 0.25 | 46.89 | 0.49 | 0.52 |
| Hex | C0 | A6 | 49 | 0 | E | 3E | 19 | 2F | 31 | 34 |
| Octal | 300 | 246 | 111 | 0 | 16 | 76 | 31 | 57 | 61 | 64 |
| Binary | 11000000 | 10100110 | 1001001 | 0 | 1110 | 111110 | 11001 | 101111 | 110001 | 110100 |
Color Harmonies of #C0A649
Complementary color
Monochromatic Colors of #C0A649
Black with #C0A649
Text Example
Text Example
White with #C0A649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A649; }
p { color: rgb(192,166,73); }
H1.HeaderClassName
{
color: #C0A649;
}
.AnyTagClassName
{
color: #C0A649;
}
</style>
background-color css
<style>
a { background-color: #C0A649; }
a { background-color: rgb(192,166,73); }
div.DivClassName
{
background-color: #C0A649;
}
.BgClassName
{
background-color: #C0A649;
}
</style>
border-color css
<style>
span { border-color: #C0A649; }
span { border-color: rgb(192,166,73); }
td.TdClassName
{
border-color: #C0A649;
}
.TagClassName
{
border-color: #C0A649;
}
</style>