Shades of Sundance #C0A84D
Tints of Sundance #C0A84D
RGB
CMYK
RGB Variations
Color information
#C0A84D (or 0xC0A84D) is known color: Sundance. HEX triplet: C0, A8 and 4D. RGB value is (192,168,77). Sum of RGB (Red+Green+Blue) = 192+168+77=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A84D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A84D is #3F57B2. Grayscale: #A5A5A5. Windows color (decimal): -4151219 or 5089472. OLE color: 5089472.
HSL color Cylindrical-coordinate representation of color #C0A84D: hue angle of 47.48º 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 #C0A84D is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 77 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.25 |
| HSL | 47.48º | 0.48% | 0.53% | - |
| HSV(B) | 47.48º | 0.6% | 0.75% | - |
| XYZ | 37.08 | 39.75 | 12.74 | - |
| YUV | 164.8 | 78.45 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 77 | 0 | 0.12 | 0.60 | 0.25 | 47.48 | 0.48 | 0.53 |
| Hex | C0 | A8 | 4D | 0 | C | 3C | 19 | 2F | 30 | 35 |
| Octal | 300 | 250 | 115 | 0 | 14 | 74 | 31 | 57 | 60 | 65 |
| Binary | 11000000 | 10101000 | 1001101 | 0 | 1100 | 111100 | 11001 | 101111 | 110000 | 110101 |
Color Harmonies of #C0A84D
Complementary color
Monochromatic Colors of #C0A84D
Black with #C0A84D
Text Example
Text Example
White with #C0A84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A84D; }
p { color: rgb(192,168,77); }
H1.HeaderClassName
{
color: #C0A84D;
}
.AnyTagClassName
{
color: #C0A84D;
}
</style>
background-color css
<style>
a { background-color: #C0A84D; }
a { background-color: rgb(192,168,77); }
div.DivClassName
{
background-color: #C0A84D;
}
.BgClassName
{
background-color: #C0A84D;
}
</style>
border-color css
<style>
span { border-color: #C0A84D; }
span { border-color: rgb(192,168,77); }
td.TdClassName
{
border-color: #C0A84D;
}
.TagClassName
{
border-color: #C0A84D;
}
</style>