Shades of Sundance #C0A045
Tints of Sundance #C0A045
RGB
CMYK
RGB Variations
Color information
#C0A045 (or 0xC0A045) is known color: Sundance. HEX triplet: C0, A0 and 45. RGB value is (192,160,69). Sum of RGB (Red+Green+Blue) = 192+160+69=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A045 is #3F5FBA. Grayscale: #9F9F9F. Windows color (decimal): -4153275 or 4563136. OLE color: 4563136.
HSL color Cylindrical-coordinate representation of color #C0A045: hue angle of 44.39º 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 #C0A045 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 69 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.25 |
| HSL | 44.39º | 0.49% | 0.51% | - |
| HSV(B) | 44.39º | 0.64% | 0.75% | - |
| XYZ | 35.38 | 36.78 | 10.86 | - |
| YUV | 159.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 69 | 0 | 0.17 | 0.64 | 0.25 | 44.39 | 0.49 | 0.51 |
| Hex | C0 | A0 | 45 | 0 | 11 | 40 | 19 | 2C | 31 | 33 |
| Octal | 300 | 240 | 105 | 0 | 21 | 100 | 31 | 54 | 61 | 63 |
| Binary | 11000000 | 10100000 | 1000101 | 0 | 10001 | 1000000 | 11001 | 101100 | 110001 | 110011 |
Color Harmonies of #C0A045
Complementary color
Monochromatic Colors of #C0A045
Black with #C0A045
Text Example
Text Example
White with #C0A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A045; }
p { color: rgb(192,160,69); }
H1.HeaderClassName
{
color: #C0A045;
}
.AnyTagClassName
{
color: #C0A045;
}
</style>
background-color css
<style>
a { background-color: #C0A045; }
a { background-color: rgb(192,160,69); }
div.DivClassName
{
background-color: #C0A045;
}
.BgClassName
{
background-color: #C0A045;
}
</style>
border-color css
<style>
span { border-color: #C0A045; }
span { border-color: rgb(192,160,69); }
td.TdClassName
{
border-color: #C0A045;
}
.TagClassName
{
border-color: #C0A045;
}
</style>