Shades of Sundance #C0AC43
Tints of Sundance #C0AC43
RGB
CMYK
RGB Variations
Color information
#C0AC43 (or 0xC0AC43) is known color: Sundance. HEX triplet: C0, AC and 43. RGB value is (192,172,67). Sum of RGB (Red+Green+Blue) = 192+172+67=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 67 (26.56% from 255 or 15.55% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC43 is #3F53BC. Grayscale: #A6A6A6. Windows color (decimal): -4150205 or 4435136. OLE color: 4435136.
HSL color Cylindrical-coordinate representation of color #C0AC43: hue angle of 50.4º 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 #C0AC43 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 67 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.25 |
| HSL | 50.4º | 0.5% | 0.51% | - |
| HSV(B) | 50.4º | 0.65% | 0.75% | - |
| XYZ | 37.5 | 41.12 | 11.27 | - |
| YUV | 166.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 67 | 0 | 0.10 | 0.65 | 0.25 | 50.4 | 0.5 | 0.51 |
| Hex | C0 | AC | 43 | 0 | A | 41 | 19 | 32 | 32 | 33 |
| Octal | 300 | 254 | 103 | 0 | 12 | 101 | 31 | 62 | 62 | 63 |
| Binary | 11000000 | 10101100 | 1000011 | 0 | 1010 | 1000001 | 11001 | 110010 | 110010 | 110011 |
Color Harmonies of #C0AC43
Complementary color
Monochromatic Colors of #C0AC43
Black with #C0AC43
Text Example
Text Example
White with #C0AC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC43; }
p { color: rgb(192,172,67); }
H1.HeaderClassName
{
color: #C0AC43;
}
.AnyTagClassName
{
color: #C0AC43;
}
</style>
background-color css
<style>
a { background-color: #C0AC43; }
a { background-color: rgb(192,172,67); }
div.DivClassName
{
background-color: #C0AC43;
}
.BgClassName
{
background-color: #C0AC43;
}
</style>
border-color css
<style>
span { border-color: #C0AC43; }
span { border-color: rgb(192,172,67); }
td.TdClassName
{
border-color: #C0AC43;
}
.TagClassName
{
border-color: #C0AC43;
}
</style>