Shades of Sundance #C0AD50
Tints of Sundance #C0AD50
RGB
CMYK
RGB Variations
Color information
#C0AD50 (or 0xC0AD50) is known color: Sundance. HEX triplet: C0, AD and 50. RGB value is (192,173,80). Sum of RGB (Red+Green+Blue) = 192+173+80=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD50 is #3F52AF. Grayscale: #A8A8A8. Windows color (decimal): -4149936 or 5287360. OLE color: 5287360.
HSL color Cylindrical-coordinate representation of color #C0AD50: hue angle of 49.82º 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 #C0AD50 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 80 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.25 |
| HSL | 49.82º | 0.47% | 0.53% | - |
| HSV(B) | 49.82º | 0.58% | 0.75% | - |
| XYZ | 38.13 | 41.67 | 13.62 | - |
| YUV | 168.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 80 | 0 | 0.10 | 0.58 | 0.25 | 49.82 | 0.47 | 0.53 |
| Hex | C0 | AD | 50 | 0 | A | 3A | 19 | 32 | 2F | 35 |
| Octal | 300 | 255 | 120 | 0 | 12 | 72 | 31 | 62 | 57 | 65 |
| Binary | 11000000 | 10101101 | 1010000 | 0 | 1010 | 111010 | 11001 | 110010 | 101111 | 110101 |
Color Harmonies of #C0AD50
Complementary color
Monochromatic Colors of #C0AD50
Black with #C0AD50
Text Example
Text Example
White with #C0AD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD50; }
p { color: rgb(192,173,80); }
H1.HeaderClassName
{
color: #C0AD50;
}
.AnyTagClassName
{
color: #C0AD50;
}
</style>
background-color css
<style>
a { background-color: #C0AD50; }
a { background-color: rgb(192,173,80); }
div.DivClassName
{
background-color: #C0AD50;
}
.BgClassName
{
background-color: #C0AD50;
}
</style>
border-color css
<style>
span { border-color: #C0AD50; }
span { border-color: rgb(192,173,80); }
td.TdClassName
{
border-color: #C0AD50;
}
.TagClassName
{
border-color: #C0AD50;
}
</style>