Shades of Sundance #C0A643
Tints of Sundance #C0A643
RGB
CMYK
RGB Variations
Color information
#C0A643 (or 0xC0A643) is known color: Sundance. HEX triplet: C0, A6 and 43. RGB value is (192,166,67). Sum of RGB (Red+Green+Blue) = 192+166+67=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 67 (26.56% from 255 or 15.76% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A643 is #3F59BC. Grayscale: #A2A2A2. Windows color (decimal): -4151741 or 4433600. OLE color: 4433600.
HSL color Cylindrical-coordinate representation of color #C0A643: hue angle of 47.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0A643 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 67 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.25 |
| HSL | 47.52º | 0.5% | 0.51% | - |
| HSV(B) | 47.52º | 0.65% | 0.75% | - |
| XYZ | 36.39 | 38.88 | 10.9 | - |
| YUV | 162.49 | 74.11 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 67 | 0 | 0.14 | 0.65 | 0.25 | 47.52 | 0.5 | 0.51 |
| Hex | C0 | A6 | 43 | 0 | E | 41 | 19 | 30 | 32 | 33 |
| Octal | 300 | 246 | 103 | 0 | 16 | 101 | 31 | 60 | 62 | 63 |
| Binary | 11000000 | 10100110 | 1000011 | 0 | 1110 | 1000001 | 11001 | 110000 | 110010 | 110011 |
Color Harmonies of #C0A643
Complementary color
Monochromatic Colors of #C0A643
Black with #C0A643
Text Example
Text Example
White with #C0A643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A643; }
p { color: rgb(192,166,67); }
H1.HeaderClassName
{
color: #C0A643;
}
.AnyTagClassName
{
color: #C0A643;
}
</style>
background-color css
<style>
a { background-color: #C0A643; }
a { background-color: rgb(192,166,67); }
div.DivClassName
{
background-color: #C0A643;
}
.BgClassName
{
background-color: #C0A643;
}
</style>
border-color css
<style>
span { border-color: #C0A643; }
span { border-color: rgb(192,166,67); }
td.TdClassName
{
border-color: #C0A643;
}
.TagClassName
{
border-color: #C0A643;
}
</style>