Shades of Sundance #C0A14D
Tints of Sundance #C0A14D
RGB
CMYK
RGB Variations
Color information
#C0A14D (or 0xC0A14D) is known color: Sundance. HEX triplet: C0, A1 and 4D. RGB value is (192,161,77). Sum of RGB (Red+Green+Blue) = 192+161+77=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A14D is #3F5EB2. Grayscale: #A1A1A1. Windows color (decimal): -4153011 or 5087680. OLE color: 5087680.
HSL color Cylindrical-coordinate representation of color #C0A14D: hue angle of 43.83º 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 #C0A14D is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 161 | 77 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.25 |
| HSL | 43.83º | 0.48% | 0.53% | - |
| HSV(B) | 43.83º | 0.6% | 0.75% | - |
| XYZ | 35.82 | 37.23 | 12.32 | - |
| YUV | 160.69 | 80.77 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 161 | 77 | 0 | 0.16 | 0.60 | 0.25 | 43.83 | 0.48 | 0.53 |
| Hex | C0 | A1 | 4D | 0 | 10 | 3C | 19 | 2C | 30 | 35 |
| Octal | 300 | 241 | 115 | 0 | 20 | 74 | 31 | 54 | 60 | 65 |
| Binary | 11000000 | 10100001 | 1001101 | 0 | 10000 | 111100 | 11001 | 101100 | 110000 | 110101 |
Color Harmonies of #C0A14D
Complementary color
Monochromatic Colors of #C0A14D
Black with #C0A14D
Text Example
Text Example
White with #C0A14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A14D; }
p { color: rgb(192,161,77); }
H1.HeaderClassName
{
color: #C0A14D;
}
.AnyTagClassName
{
color: #C0A14D;
}
</style>
background-color css
<style>
a { background-color: #C0A14D; }
a { background-color: rgb(192,161,77); }
div.DivClassName
{
background-color: #C0A14D;
}
.BgClassName
{
background-color: #C0A14D;
}
</style>
border-color css
<style>
span { border-color: #C0A14D; }
span { border-color: rgb(192,161,77); }
td.TdClassName
{
border-color: #C0A14D;
}
.TagClassName
{
border-color: #C0A14D;
}
</style>