Shades of Sundance #C0AD4F
Tints of Sundance #C0AD4F
RGB
CMYK
RGB Variations
Color information
#C0AD4F (or 0xC0AD4F) is known color: Sundance. HEX triplet: C0, AD and 4F. RGB value is (192,173,79). Sum of RGB (Red+Green+Blue) = 192+173+79=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD4F is #3F52B0. Grayscale: #A8A8A8. Windows color (decimal): -4149937 or 5221824. OLE color: 5221824.
HSL color Cylindrical-coordinate representation of color #C0AD4F: hue angle of 49.91º 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 #C0AD4F is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 79 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.25 |
| HSL | 49.91º | 0.47% | 0.53% | - |
| HSV(B) | 49.91º | 0.59% | 0.75% | - |
| XYZ | 38.09 | 41.66 | 13.43 | - |
| YUV | 167.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 79 | 0 | 0.10 | 0.59 | 0.25 | 49.91 | 0.47 | 0.53 |
| Hex | C0 | AD | 4F | 0 | A | 3B | 19 | 32 | 2F | 35 |
| Octal | 300 | 255 | 117 | 0 | 12 | 73 | 31 | 62 | 57 | 65 |
| Binary | 11000000 | 10101101 | 1001111 | 0 | 1010 | 111011 | 11001 | 110010 | 101111 | 110101 |
Color Harmonies of #C0AD4F
Complementary color
Monochromatic Colors of #C0AD4F
Black with #C0AD4F
Text Example
Text Example
White with #C0AD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD4F; }
p { color: rgb(192,173,79); }
H1.HeaderClassName
{
color: #C0AD4F;
}
.AnyTagClassName
{
color: #C0AD4F;
}
</style>
background-color css
<style>
a { background-color: #C0AD4F; }
a { background-color: rgb(192,173,79); }
div.DivClassName
{
background-color: #C0AD4F;
}
.BgClassName
{
background-color: #C0AD4F;
}
</style>
border-color css
<style>
span { border-color: #C0AD4F; }
span { border-color: rgb(192,173,79); }
td.TdClassName
{
border-color: #C0AD4F;
}
.TagClassName
{
border-color: #C0AD4F;
}
</style>