Shades of Sundance #C0A54E
Tints of Sundance #C0A54E
RGB
CMYK
RGB Variations
Color information
#C0A54E (or 0xC0A54E) is known color: Sundance. HEX triplet: C0, A5 and 4E. RGB value is (192,165,78). Sum of RGB (Red+Green+Blue) = 192+165+78=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A54E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A54E is #3F5AB1. Grayscale: #A3A3A3. Windows color (decimal): -4151986 or 5154240. OLE color: 5154240.
HSL color Cylindrical-coordinate representation of color #C0A54E: hue angle of 45.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0A54E is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 78 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.25 |
| HSL | 45.79º | 0.48% | 0.53% | - |
| HSV(B) | 45.79º | 0.59% | 0.75% | - |
| XYZ | 36.57 | 38.67 | 12.74 | - |
| YUV | 163.16 | 79.95 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 78 | 0 | 0.14 | 0.59 | 0.25 | 45.79 | 0.48 | 0.53 |
| Hex | C0 | A5 | 4E | 0 | E | 3B | 19 | 2E | 30 | 35 |
| Octal | 300 | 245 | 116 | 0 | 16 | 73 | 31 | 56 | 60 | 65 |
| Binary | 11000000 | 10100101 | 1001110 | 0 | 1110 | 111011 | 11001 | 101110 | 110000 | 110101 |
Color Harmonies of #C0A54E
Complementary color
Monochromatic Colors of #C0A54E
Black with #C0A54E
Text Example
Text Example
White with #C0A54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A54E; }
p { color: rgb(192,165,78); }
H1.HeaderClassName
{
color: #C0A54E;
}
.AnyTagClassName
{
color: #C0A54E;
}
</style>
background-color css
<style>
a { background-color: #C0A54E; }
a { background-color: rgb(192,165,78); }
div.DivClassName
{
background-color: #C0A54E;
}
.BgClassName
{
background-color: #C0A54E;
}
</style>
border-color css
<style>
span { border-color: #C0A54E; }
span { border-color: rgb(192,165,78); }
td.TdClassName
{
border-color: #C0A54E;
}
.TagClassName
{
border-color: #C0A54E;
}
</style>