Shades of Sundance #C0A545
Tints of Sundance #C0A545
RGB
CMYK
RGB Variations
Color information
#C0A545 (or 0xC0A545) is known color: Sundance. HEX triplet: C0, A5 and 45. RGB value is (192,165,69). Sum of RGB (Red+Green+Blue) = 192+165+69=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A545 is #3F5ABA. Grayscale: #A2A2A2. Windows color (decimal): -4151995 or 4564416. OLE color: 4564416.
HSL color Cylindrical-coordinate representation of color #C0A545: hue angle of 46.83º 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 #C0A545 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 69 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.25 |
| HSL | 46.83º | 0.49% | 0.51% | - |
| HSV(B) | 46.83º | 0.64% | 0.75% | - |
| XYZ | 36.27 | 38.55 | 11.16 | - |
| YUV | 162.13 | 75.45 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 69 | 0 | 0.14 | 0.64 | 0.25 | 46.83 | 0.49 | 0.51 |
| Hex | C0 | A5 | 45 | 0 | E | 40 | 19 | 2F | 31 | 33 |
| Octal | 300 | 245 | 105 | 0 | 16 | 100 | 31 | 57 | 61 | 63 |
| Binary | 11000000 | 10100101 | 1000101 | 0 | 1110 | 1000000 | 11001 | 101111 | 110001 | 110011 |
Color Harmonies of #C0A545
Complementary color
Monochromatic Colors of #C0A545
Black with #C0A545
Text Example
Text Example
White with #C0A545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A545; }
p { color: rgb(192,165,69); }
H1.HeaderClassName
{
color: #C0A545;
}
.AnyTagClassName
{
color: #C0A545;
}
</style>
background-color css
<style>
a { background-color: #C0A545; }
a { background-color: rgb(192,165,69); }
div.DivClassName
{
background-color: #C0A545;
}
.BgClassName
{
background-color: #C0A545;
}
</style>
border-color css
<style>
span { border-color: #C0A545; }
span { border-color: rgb(192,165,69); }
td.TdClassName
{
border-color: #C0A545;
}
.TagClassName
{
border-color: #C0A545;
}
</style>