Shades of Sundance #C0AC44
Tints of Sundance #C0AC44
RGB
CMYK
RGB Variations
Color information
#C0AC44 (or 0xC0AC44) is known color: Sundance. HEX triplet: C0, AC and 44. RGB value is (192,172,68). Sum of RGB (Red+Green+Blue) = 192+172+68=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC44 is #3F53BB. Grayscale: #A6A6A6. Windows color (decimal): -4150204 or 4500672. OLE color: 4500672.
HSL color Cylindrical-coordinate representation of color #C0AC44: hue angle of 50.32º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0AC44 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 68 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.25 |
| HSL | 50.32º | 0.5% | 0.51% | - |
| HSV(B) | 50.32º | 0.65% | 0.75% | - |
| XYZ | 37.53 | 41.13 | 11.43 | - |
| YUV | 166.12 | 72.63 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 68 | 0 | 0.10 | 0.65 | 0.25 | 50.32 | 0.5 | 0.51 |
| Hex | C0 | AC | 44 | 0 | A | 41 | 19 | 32 | 32 | 33 |
| Octal | 300 | 254 | 104 | 0 | 12 | 101 | 31 | 62 | 62 | 63 |
| Binary | 11000000 | 10101100 | 1000100 | 0 | 1010 | 1000001 | 11001 | 110010 | 110010 | 110011 |
Color Harmonies of #C0AC44
Complementary color
Monochromatic Colors of #C0AC44
Black with #C0AC44
Text Example
Text Example
White with #C0AC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC44; }
p { color: rgb(192,172,68); }
H1.HeaderClassName
{
color: #C0AC44;
}
.AnyTagClassName
{
color: #C0AC44;
}
</style>
background-color css
<style>
a { background-color: #C0AC44; }
a { background-color: rgb(192,172,68); }
div.DivClassName
{
background-color: #C0AC44;
}
.BgClassName
{
background-color: #C0AC44;
}
</style>
border-color css
<style>
span { border-color: #C0AC44; }
span { border-color: rgb(192,172,68); }
td.TdClassName
{
border-color: #C0AC44;
}
.TagClassName
{
border-color: #C0AC44;
}
</style>