Shades of Sundance #C0A646
Tints of Sundance #C0A646
RGB
CMYK
RGB Variations
Color information
#C0A646 (or 0xC0A646) is known color: Sundance. HEX triplet: C0, A6 and 46. RGB value is (192,166,70). Sum of RGB (Red+Green+Blue) = 192+166+70=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A646 is #3F59B9. Grayscale: #A3A3A3. Windows color (decimal): -4151738 or 4630208. OLE color: 4630208.
HSL color Cylindrical-coordinate representation of color #C0A646: hue angle of 47.21º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0A646 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 70 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.25 |
| HSL | 47.21º | 0.49% | 0.51% | - |
| HSV(B) | 47.21º | 0.64% | 0.75% | - |
| XYZ | 36.48 | 38.92 | 11.38 | - |
| YUV | 162.83 | 75.61 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 70 | 0 | 0.14 | 0.64 | 0.25 | 47.21 | 0.49 | 0.51 |
| Hex | C0 | A6 | 46 | 0 | E | 40 | 19 | 2F | 31 | 33 |
| Octal | 300 | 246 | 106 | 0 | 16 | 100 | 31 | 57 | 61 | 63 |
| Binary | 11000000 | 10100110 | 1000110 | 0 | 1110 | 1000000 | 11001 | 101111 | 110001 | 110011 |
Color Harmonies of #C0A646
Complementary color
Monochromatic Colors of #C0A646
Black with #C0A646
Text Example
Text Example
White with #C0A646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A646; }
p { color: rgb(192,166,70); }
H1.HeaderClassName
{
color: #C0A646;
}
.AnyTagClassName
{
color: #C0A646;
}
</style>
background-color css
<style>
a { background-color: #C0A646; }
a { background-color: rgb(192,166,70); }
div.DivClassName
{
background-color: #C0A646;
}
.BgClassName
{
background-color: #C0A646;
}
</style>
border-color css
<style>
span { border-color: #C0A646; }
span { border-color: rgb(192,166,70); }
td.TdClassName
{
border-color: #C0A646;
}
.TagClassName
{
border-color: #C0A646;
}
</style>