Shades of Sundance #C0A84F
Tints of Sundance #C0A84F
RGB
CMYK
RGB Variations
Color information
#C0A84F (or 0xC0A84F) is known color: Sundance. HEX triplet: C0, A8 and 4F. RGB value is (192,168,79). Sum of RGB (Red+Green+Blue) = 192+168+79=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A84F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A84F is #3F57B0. Grayscale: #A5A5A5. Windows color (decimal): -4151217 or 5220544. OLE color: 5220544.
HSL color Cylindrical-coordinate representation of color #C0A84F: hue angle of 47.26º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0A84F is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 79 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.25 |
| HSL | 47.26º | 0.47% | 0.53% | - |
| HSV(B) | 47.26º | 0.59% | 0.75% | - |
| XYZ | 37.15 | 39.78 | 13.12 | - |
| YUV | 165.03 | 79.45 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 79 | 0 | 0.12 | 0.59 | 0.25 | 47.26 | 0.47 | 0.53 |
| Hex | C0 | A8 | 4F | 0 | C | 3B | 19 | 2F | 2F | 35 |
| Octal | 300 | 250 | 117 | 0 | 14 | 73 | 31 | 57 | 57 | 65 |
| Binary | 11000000 | 10101000 | 1001111 | 0 | 1100 | 111011 | 11001 | 101111 | 101111 | 110101 |
Color Harmonies of #C0A84F
Complementary color
Monochromatic Colors of #C0A84F
Black with #C0A84F
Text Example
Text Example
White with #C0A84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A84F; }
p { color: rgb(192,168,79); }
H1.HeaderClassName
{
color: #C0A84F;
}
.AnyTagClassName
{
color: #C0A84F;
}
</style>
background-color css
<style>
a { background-color: #C0A84F; }
a { background-color: rgb(192,168,79); }
div.DivClassName
{
background-color: #C0A84F;
}
.BgClassName
{
background-color: #C0A84F;
}
</style>
border-color css
<style>
span { border-color: #C0A84F; }
span { border-color: rgb(192,168,79); }
td.TdClassName
{
border-color: #C0A84F;
}
.TagClassName
{
border-color: #C0A84F;
}
</style>