Shades of Sundance #C0AD56
Tints of Sundance #C0AD56
RGB
CMYK
RGB Variations
Color information
#C0AD56 (or 0xC0AD56) is known color: Sundance. HEX triplet: C0, AD and 56. RGB value is (192,173,86). Sum of RGB (Red+Green+Blue) = 192+173+86=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD56 is #3F52A9. Grayscale: #A9A9A9. Windows color (decimal): -4149930 or 5680576. OLE color: 5680576.
HSL color Cylindrical-coordinate representation of color #C0AD56: hue angle of 49.25º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0AD56 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 86 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.25 |
| HSL | 49.25º | 0.46% | 0.55% | - |
| HSV(B) | 49.25º | 0.55% | 0.75% | - |
| XYZ | 38.36 | 41.77 | 14.84 | - |
| YUV | 168.76 | 81.29 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 86 | 0 | 0.10 | 0.55 | 0.25 | 49.25 | 0.46 | 0.55 |
| Hex | C0 | AD | 56 | 0 | A | 37 | 19 | 31 | 2E | 37 |
| Octal | 300 | 255 | 126 | 0 | 12 | 67 | 31 | 61 | 56 | 67 |
| Binary | 11000000 | 10101101 | 1010110 | 0 | 1010 | 110111 | 11001 | 110001 | 101110 | 110111 |
Color Harmonies of #C0AD56
Complementary color
Monochromatic Colors of #C0AD56
Black with #C0AD56
Text Example
Text Example
White with #C0AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD56; }
p { color: rgb(192,173,86); }
H1.HeaderClassName
{
color: #C0AD56;
}
.AnyTagClassName
{
color: #C0AD56;
}
</style>
background-color css
<style>
a { background-color: #C0AD56; }
a { background-color: rgb(192,173,86); }
div.DivClassName
{
background-color: #C0AD56;
}
.BgClassName
{
background-color: #C0AD56;
}
</style>
border-color css
<style>
span { border-color: #C0AD56; }
span { border-color: rgb(192,173,86); }
td.TdClassName
{
border-color: #C0AD56;
}
.TagClassName
{
border-color: #C0AD56;
}
</style>