Shades of Sundance #C0AE4E
Tints of Sundance #C0AE4E
RGB
CMYK
RGB Variations
Color information
#C0AE4E (or 0xC0AE4E) is known color: Sundance. HEX triplet: C0, AE and 4E. RGB value is (192,174,78). Sum of RGB (Red+Green+Blue) = 192+174+78=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE4E is #3F51B1. Grayscale: #A8A8A8. Windows color (decimal): -4149682 or 5156544. OLE color: 5156544.
HSL color Cylindrical-coordinate representation of color #C0AE4E: hue angle of 50.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0AE4E is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 78 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.25 |
| HSL | 50.53º | 0.48% | 0.53% | - |
| HSV(B) | 50.53º | 0.59% | 0.75% | - |
| XYZ | 38.25 | 42.03 | 13.3 | - |
| YUV | 168.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 78 | 0 | 0.09 | 0.59 | 0.25 | 50.53 | 0.48 | 0.53 |
| Hex | C0 | AE | 4E | 0 | 9 | 3B | 19 | 33 | 30 | 35 |
| Octal | 300 | 256 | 116 | 0 | 11 | 73 | 31 | 63 | 60 | 65 |
| Binary | 11000000 | 10101110 | 1001110 | 0 | 1001 | 111011 | 11001 | 110011 | 110000 | 110101 |
Color Harmonies of #C0AE4E
Complementary color
Monochromatic Colors of #C0AE4E
Black with #C0AE4E
Text Example
Text Example
White with #C0AE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE4E; }
p { color: rgb(192,174,78); }
H1.HeaderClassName
{
color: #C0AE4E;
}
.AnyTagClassName
{
color: #C0AE4E;
}
</style>
background-color css
<style>
a { background-color: #C0AE4E; }
a { background-color: rgb(192,174,78); }
div.DivClassName
{
background-color: #C0AE4E;
}
.BgClassName
{
background-color: #C0AE4E;
}
</style>
border-color css
<style>
span { border-color: #C0AE4E; }
span { border-color: rgb(192,174,78); }
td.TdClassName
{
border-color: #C0AE4E;
}
.TagClassName
{
border-color: #C0AE4E;
}
</style>