Shades of Sundance #C0AC4A
Tints of Sundance #C0AC4A
RGB
CMYK
RGB Variations
Color information
#C0AC4A (or 0xC0AC4A) is known color: Sundance. HEX triplet: C0, AC and 4A. RGB value is (192,172,74). Sum of RGB (Red+Green+Blue) = 192+172+74=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC4A is #3F53B5. Grayscale: #A7A7A7. Windows color (decimal): -4150198 or 4893888. OLE color: 4893888.
HSL color Cylindrical-coordinate representation of color #C0AC4A: hue angle of 49.83º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0AC4A is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 74 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.25 |
| HSL | 49.83º | 0.48% | 0.52% | - |
| HSV(B) | 49.83º | 0.61% | 0.75% | - |
| XYZ | 37.73 | 41.21 | 12.44 | - |
| YUV | 166.81 | 75.63 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 74 | 0 | 0.10 | 0.61 | 0.25 | 49.83 | 0.48 | 0.52 |
| Hex | C0 | AC | 4A | 0 | A | 3D | 19 | 32 | 30 | 34 |
| Octal | 300 | 254 | 112 | 0 | 12 | 75 | 31 | 62 | 60 | 64 |
| Binary | 11000000 | 10101100 | 1001010 | 0 | 1010 | 111101 | 11001 | 110010 | 110000 | 110100 |
Color Harmonies of #C0AC4A
Complementary color
Monochromatic Colors of #C0AC4A
Black with #C0AC4A
Text Example
Text Example
White with #C0AC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC4A; }
p { color: rgb(192,172,74); }
H1.HeaderClassName
{
color: #C0AC4A;
}
.AnyTagClassName
{
color: #C0AC4A;
}
</style>
background-color css
<style>
a { background-color: #C0AC4A; }
a { background-color: rgb(192,172,74); }
div.DivClassName
{
background-color: #C0AC4A;
}
.BgClassName
{
background-color: #C0AC4A;
}
</style>
border-color css
<style>
span { border-color: #C0AC4A; }
span { border-color: rgb(192,172,74); }
td.TdClassName
{
border-color: #C0AC4A;
}
.TagClassName
{
border-color: #C0AC4A;
}
</style>