Shades of Sundance #C0AE54
Tints of Sundance #C0AE54
RGB
CMYK
RGB Variations
Color information
#C0AE54 (or 0xC0AE54) is known color: Sundance. HEX triplet: C0, AE and 54. RGB value is (192,174,84). Sum of RGB (Red+Green+Blue) = 192+174+84=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE54 is #3F51AB. Grayscale: #A9A9A9. Windows color (decimal): -4149676 or 5549760. OLE color: 5549760.
HSL color Cylindrical-coordinate representation of color #C0AE54: hue angle of 50º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0AE54 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 84 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.25 |
| HSL | 50º | 0.46% | 0.54% | - |
| HSV(B) | 50º | 0.56% | 0.75% | - |
| XYZ | 38.47 | 42.12 | 14.49 | - |
| YUV | 169.12 | 79.96 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 84 | 0 | 0.09 | 0.56 | 0.25 | 50 | 0.46 | 0.54 |
| Hex | C0 | AE | 54 | 0 | 9 | 38 | 19 | 32 | 2E | 36 |
| Octal | 300 | 256 | 124 | 0 | 11 | 70 | 31 | 62 | 56 | 66 |
| Binary | 11000000 | 10101110 | 1010100 | 0 | 1001 | 111000 | 11001 | 110010 | 101110 | 110110 |
Color Harmonies of #C0AE54
Complementary color
Monochromatic Colors of #C0AE54
Black with #C0AE54
Text Example
Text Example
White with #C0AE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE54; }
p { color: rgb(192,174,84); }
H1.HeaderClassName
{
color: #C0AE54;
}
.AnyTagClassName
{
color: #C0AE54;
}
</style>
background-color css
<style>
a { background-color: #C0AE54; }
a { background-color: rgb(192,174,84); }
div.DivClassName
{
background-color: #C0AE54;
}
.BgClassName
{
background-color: #C0AE54;
}
</style>
border-color css
<style>
span { border-color: #C0AE54; }
span { border-color: rgb(192,174,84); }
td.TdClassName
{
border-color: #C0AE54;
}
.TagClassName
{
border-color: #C0AE54;
}
</style>