Shades of Sundance #C0A74D
Tints of Sundance #C0A74D
RGB
CMYK
RGB Variations
Color information
#C0A74D (or 0xC0A74D) is known color: Sundance. HEX triplet: C0, A7 and 4D. RGB value is (192,167,77). Sum of RGB (Red+Green+Blue) = 192+167+77=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A74D is #3F58B2. Grayscale: #A4A4A4. Windows color (decimal): -4151475 or 5089216. OLE color: 5089216.
HSL color Cylindrical-coordinate representation of color #C0A74D: hue angle of 46.96º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0A74D is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 77 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.25 |
| HSL | 46.96º | 0.48% | 0.53% | - |
| HSV(B) | 46.96º | 0.6% | 0.75% | - |
| XYZ | 36.9 | 39.38 | 12.68 | - |
| YUV | 164.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 77 | 0 | 0.13 | 0.60 | 0.25 | 46.96 | 0.48 | 0.53 |
| Hex | C0 | A7 | 4D | 0 | D | 3C | 19 | 2F | 30 | 35 |
| Octal | 300 | 247 | 115 | 0 | 15 | 74 | 31 | 57 | 60 | 65 |
| Binary | 11000000 | 10100111 | 1001101 | 0 | 1101 | 111100 | 11001 | 101111 | 110000 | 110101 |
Color Harmonies of #C0A74D
Complementary color
Monochromatic Colors of #C0A74D
Black with #C0A74D
Text Example
Text Example
White with #C0A74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A74D; }
p { color: rgb(192,167,77); }
H1.HeaderClassName
{
color: #C0A74D;
}
.AnyTagClassName
{
color: #C0A74D;
}
</style>
background-color css
<style>
a { background-color: #C0A74D; }
a { background-color: rgb(192,167,77); }
div.DivClassName
{
background-color: #C0A74D;
}
.BgClassName
{
background-color: #C0A74D;
}
</style>
border-color css
<style>
span { border-color: #C0A74D; }
span { border-color: rgb(192,167,77); }
td.TdClassName
{
border-color: #C0A74D;
}
.TagClassName
{
border-color: #C0A74D;
}
</style>