Shades of Sundance #C6A045
Tints of Sundance #C6A045
RGB
CMYK
RGB Variations
Color information
#C6A045 (or 0xC6A045) is known color: Sundance. HEX triplet: C6, A0 and 45. RGB value is (198,160,69). Sum of RGB (Red+Green+Blue) = 198+160+69=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A045 is #395FBA. Grayscale: #A1A1A1. Windows color (decimal): -3760059 or 4563142. OLE color: 4563142.
HSL color Cylindrical-coordinate representation of color #C6A045: hue angle of 42.33º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6A045 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 69 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.22 |
| HSL | 42.33º | 0.53% | 0.52% | - |
| HSV(B) | 42.33º | 0.65% | 0.78% | - |
| XYZ | 36.93 | 37.58 | 10.94 | - |
| YUV | 160.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 69 | 0 | 0.19 | 0.65 | 0.22 | 42.33 | 0.53 | 0.52 |
| Hex | C6 | A0 | 45 | 0 | 13 | 41 | 16 | 2A | 35 | 34 |
| Octal | 306 | 240 | 105 | 0 | 23 | 101 | 26 | 52 | 65 | 64 |
| Binary | 11000110 | 10100000 | 1000101 | 0 | 10011 | 1000001 | 10110 | 101010 | 110101 | 110100 |
Color Harmonies of #C6A045
Complementary color
Monochromatic Colors of #C6A045
Black with #C6A045
Text Example
Text Example
White with #C6A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A045; }
p { color: rgb(198,160,69); }
H1.HeaderClassName
{
color: #C6A045;
}
.AnyTagClassName
{
color: #C6A045;
}
</style>
background-color css
<style>
a { background-color: #C6A045; }
a { background-color: rgb(198,160,69); }
div.DivClassName
{
background-color: #C6A045;
}
.BgClassName
{
background-color: #C6A045;
}
</style>
border-color css
<style>
span { border-color: #C6A045; }
span { border-color: rgb(198,160,69); }
td.TdClassName
{
border-color: #C6A045;
}
.TagClassName
{
border-color: #C6A045;
}
</style>