Shades of Sundance #C0A744
Tints of Sundance #C0A744
RGB
CMYK
RGB Variations
Color information
#C0A744 (or 0xC0A744) is known color: Sundance. HEX triplet: C0, A7 and 44. RGB value is (192,167,68). Sum of RGB (Red+Green+Blue) = 192+167+68=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 68 (26.95% from 255 or 15.93% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A744 is #3F58BB. Grayscale: #A3A3A3. Windows color (decimal): -4151484 or 4499392. OLE color: 4499392.
HSL color Cylindrical-coordinate representation of color #C0A744: hue angle of 47.9º 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 #C0A744 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 68 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.25 |
| HSL | 47.9º | 0.5% | 0.51% | - |
| HSV(B) | 47.9º | 0.65% | 0.75% | - |
| XYZ | 36.6 | 39.26 | 11.12 | - |
| YUV | 163.19 | 74.28 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 68 | 0 | 0.13 | 0.65 | 0.25 | 47.9 | 0.5 | 0.51 |
| Hex | C0 | A7 | 44 | 0 | D | 41 | 19 | 30 | 32 | 33 |
| Octal | 300 | 247 | 104 | 0 | 15 | 101 | 31 | 60 | 62 | 63 |
| Binary | 11000000 | 10100111 | 1000100 | 0 | 1101 | 1000001 | 11001 | 110000 | 110010 | 110011 |
Color Harmonies of #C0A744
Complementary color
Monochromatic Colors of #C0A744
Black with #C0A744
Text Example
Text Example
White with #C0A744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A744; }
p { color: rgb(192,167,68); }
H1.HeaderClassName
{
color: #C0A744;
}
.AnyTagClassName
{
color: #C0A744;
}
</style>
background-color css
<style>
a { background-color: #C0A744; }
a { background-color: rgb(192,167,68); }
div.DivClassName
{
background-color: #C0A744;
}
.BgClassName
{
background-color: #C0A744;
}
</style>
border-color css
<style>
span { border-color: #C0A744; }
span { border-color: rgb(192,167,68); }
td.TdClassName
{
border-color: #C0A744;
}
.TagClassName
{
border-color: #C0A744;
}
</style>