Shades of Sundance #C0A84C
Tints of Sundance #C0A84C
RGB
CMYK
RGB Variations
Color information
#C0A84C (or 0xC0A84C) is known color: Sundance. HEX triplet: C0, A8 and 4C. RGB value is (192,168,76). Sum of RGB (Red+Green+Blue) = 192+168+76=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A84C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A84C is #3F57B3. Grayscale: #A5A5A5. Windows color (decimal): -4151220 or 5023936. OLE color: 5023936.
HSL color Cylindrical-coordinate representation of color #C0A84C: hue angle of 47.59º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0A84C is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 76 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.25 |
| HSL | 47.59º | 0.48% | 0.53% | - |
| HSV(B) | 47.59º | 0.6% | 0.75% | - |
| XYZ | 37.05 | 39.73 | 12.55 | - |
| YUV | 164.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 76 | 0 | 0.12 | 0.60 | 0.25 | 47.59 | 0.48 | 0.53 |
| Hex | C0 | A8 | 4C | 0 | C | 3C | 19 | 30 | 30 | 35 |
| Octal | 300 | 250 | 114 | 0 | 14 | 74 | 31 | 60 | 60 | 65 |
| Binary | 11000000 | 10101000 | 1001100 | 0 | 1100 | 111100 | 11001 | 110000 | 110000 | 110101 |
Color Harmonies of #C0A84C
Complementary color
Monochromatic Colors of #C0A84C
Black with #C0A84C
Text Example
Text Example
White with #C0A84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A84C; }
p { color: rgb(192,168,76); }
H1.HeaderClassName
{
color: #C0A84C;
}
.AnyTagClassName
{
color: #C0A84C;
}
</style>
background-color css
<style>
a { background-color: #C0A84C; }
a { background-color: rgb(192,168,76); }
div.DivClassName
{
background-color: #C0A84C;
}
.BgClassName
{
background-color: #C0A84C;
}
</style>
border-color css
<style>
span { border-color: #C0A84C; }
span { border-color: rgb(192,168,76); }
td.TdClassName
{
border-color: #C0A84C;
}
.TagClassName
{
border-color: #C0A84C;
}
</style>