Shades of Sundance #C0AF50
Tints of Sundance #C0AF50
RGB
CMYK
RGB Variations
Color information
#C0AF50 (or 0xC0AF50) is known color: Sundance. HEX triplet: C0, AF and 50. RGB value is (192,175,80). Sum of RGB (Red+Green+Blue) = 192+175+80=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF50 is #3F50AF. Grayscale: #A9A9A9. Windows color (decimal): -4149424 or 5287872. OLE color: 5287872.
HSL color Cylindrical-coordinate representation of color #C0AF50: hue angle of 50.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0AF50 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 80 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.25 |
| HSL | 50.89º | 0.47% | 0.53% | - |
| HSV(B) | 50.89º | 0.58% | 0.75% | - |
| XYZ | 38.52 | 42.45 | 13.75 | - |
| YUV | 169.25 | 77.63 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 80 | 0 | 0.09 | 0.58 | 0.25 | 50.89 | 0.47 | 0.53 |
| Hex | C0 | AF | 50 | 0 | 9 | 3A | 19 | 33 | 2F | 35 |
| Octal | 300 | 257 | 120 | 0 | 11 | 72 | 31 | 63 | 57 | 65 |
| Binary | 11000000 | 10101111 | 1010000 | 0 | 1001 | 111010 | 11001 | 110011 | 101111 | 110101 |
Color Harmonies of #C0AF50
Complementary color
Monochromatic Colors of #C0AF50
Black with #C0AF50
Text Example
Text Example
White with #C0AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF50; }
p { color: rgb(192,175,80); }
H1.HeaderClassName
{
color: #C0AF50;
}
.AnyTagClassName
{
color: #C0AF50;
}
</style>
background-color css
<style>
a { background-color: #C0AF50; }
a { background-color: rgb(192,175,80); }
div.DivClassName
{
background-color: #C0AF50;
}
.BgClassName
{
background-color: #C0AF50;
}
</style>
border-color css
<style>
span { border-color: #C0AF50; }
span { border-color: rgb(192,175,80); }
td.TdClassName
{
border-color: #C0AF50;
}
.TagClassName
{
border-color: #C0AF50;
}
</style>