Shades of Sundance #C0AA4F
Tints of Sundance #C0AA4F
RGB
CMYK
RGB Variations
Color information
#C0AA4F (or 0xC0AA4F) is known color: Sundance. HEX triplet: C0, AA and 4F. RGB value is (192,170,79). Sum of RGB (Red+Green+Blue) = 192+170+79=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA4F is #3F55B0. Grayscale: #A6A6A6. Windows color (decimal): -4150705 or 5221056. OLE color: 5221056.
HSL color Cylindrical-coordinate representation of color #C0AA4F: hue angle of 48.32º 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 #C0AA4F is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 79 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.25 |
| HSL | 48.32º | 0.47% | 0.53% | - |
| HSV(B) | 48.32º | 0.59% | 0.75% | - |
| XYZ | 37.52 | 40.52 | 13.24 | - |
| YUV | 166.2 | 78.79 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 79 | 0 | 0.11 | 0.59 | 0.25 | 48.32 | 0.47 | 0.53 |
| Hex | C0 | AA | 4F | 0 | B | 3B | 19 | 30 | 2F | 35 |
| Octal | 300 | 252 | 117 | 0 | 13 | 73 | 31 | 60 | 57 | 65 |
| Binary | 11000000 | 10101010 | 1001111 | 0 | 1011 | 111011 | 11001 | 110000 | 101111 | 110101 |
Color Harmonies of #C0AA4F
Complementary color
Monochromatic Colors of #C0AA4F
Black with #C0AA4F
Text Example
Text Example
White with #C0AA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA4F; }
p { color: rgb(192,170,79); }
H1.HeaderClassName
{
color: #C0AA4F;
}
.AnyTagClassName
{
color: #C0AA4F;
}
</style>
background-color css
<style>
a { background-color: #C0AA4F; }
a { background-color: rgb(192,170,79); }
div.DivClassName
{
background-color: #C0AA4F;
}
.BgClassName
{
background-color: #C0AA4F;
}
</style>
border-color css
<style>
span { border-color: #C0AA4F; }
span { border-color: rgb(192,170,79); }
td.TdClassName
{
border-color: #C0AA4F;
}
.TagClassName
{
border-color: #C0AA4F;
}
</style>