Shades of Sundance #C0AE4C
Tints of Sundance #C0AE4C
RGB
CMYK
RGB Variations
Color information
#C0AE4C (or 0xC0AE4C) is known color: Sundance. HEX triplet: C0, AE and 4C. RGB value is (192,174,76). Sum of RGB (Red+Green+Blue) = 192+174+76=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AE4C is #3F51B3. Grayscale: #A8A8A8. Windows color (decimal): -4149684 or 5025472. OLE color: 5025472.
HSL color Cylindrical-coordinate representation of color #C0AE4C: hue angle of 50.69º 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 #C0AE4C is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 76 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.25 |
| HSL | 50.69º | 0.48% | 0.53% | - |
| HSV(B) | 50.69º | 0.6% | 0.75% | - |
| XYZ | 38.18 | 42 | 12.93 | - |
| YUV | 168.21 | 75.96 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 76 | 0 | 0.09 | 0.60 | 0.25 | 50.69 | 0.48 | 0.53 |
| Hex | C0 | AE | 4C | 0 | 9 | 3C | 19 | 33 | 30 | 35 |
| Octal | 300 | 256 | 114 | 0 | 11 | 74 | 31 | 63 | 60 | 65 |
| Binary | 11000000 | 10101110 | 1001100 | 0 | 1001 | 111100 | 11001 | 110011 | 110000 | 110101 |
Color Harmonies of #C0AE4C
Complementary color
Monochromatic Colors of #C0AE4C
Black with #C0AE4C
Text Example
Text Example
White with #C0AE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE4C; }
p { color: rgb(192,174,76); }
H1.HeaderClassName
{
color: #C0AE4C;
}
.AnyTagClassName
{
color: #C0AE4C;
}
</style>
background-color css
<style>
a { background-color: #C0AE4C; }
a { background-color: rgb(192,174,76); }
div.DivClassName
{
background-color: #C0AE4C;
}
.BgClassName
{
background-color: #C0AE4C;
}
</style>
border-color css
<style>
span { border-color: #C0AE4C; }
span { border-color: rgb(192,174,76); }
td.TdClassName
{
border-color: #C0AE4C;
}
.TagClassName
{
border-color: #C0AE4C;
}
</style>