Shades of Sundance #C0AC51
Tints of Sundance #C0AC51
RGB
CMYK
RGB Variations
Color information
#C0AC51 (or 0xC0AC51) is known color: Sundance. HEX triplet: C0, AC and 51. RGB value is (192,172,81). Sum of RGB (Red+Green+Blue) = 192+172+81=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC51 is #3F53AE. Grayscale: #A7A7A7. Windows color (decimal): -4150191 or 5352640. OLE color: 5352640.
HSL color Cylindrical-coordinate representation of color #C0AC51: hue angle of 49.19º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0AC51 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 81 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.25 |
| HSL | 49.19º | 0.47% | 0.54% | - |
| HSV(B) | 49.19º | 0.58% | 0.75% | - |
| XYZ | 37.98 | 41.31 | 13.76 | - |
| YUV | 167.61 | 79.13 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 81 | 0 | 0.10 | 0.58 | 0.25 | 49.19 | 0.47 | 0.54 |
| Hex | C0 | AC | 51 | 0 | A | 3A | 19 | 31 | 2F | 36 |
| Octal | 300 | 254 | 121 | 0 | 12 | 72 | 31 | 61 | 57 | 66 |
| Binary | 11000000 | 10101100 | 1010001 | 0 | 1010 | 111010 | 11001 | 110001 | 101111 | 110110 |
Color Harmonies of #C0AC51
Complementary color
Monochromatic Colors of #C0AC51
Black with #C0AC51
Text Example
Text Example
White with #C0AC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC51; }
p { color: rgb(192,172,81); }
H1.HeaderClassName
{
color: #C0AC51;
}
.AnyTagClassName
{
color: #C0AC51;
}
</style>
background-color css
<style>
a { background-color: #C0AC51; }
a { background-color: rgb(192,172,81); }
div.DivClassName
{
background-color: #C0AC51;
}
.BgClassName
{
background-color: #C0AC51;
}
</style>
border-color css
<style>
span { border-color: #C0AC51; }
span { border-color: rgb(192,172,81); }
td.TdClassName
{
border-color: #C0AC51;
}
.TagClassName
{
border-color: #C0AC51;
}
</style>