Shades of Sundance #C0AF4E
Tints of Sundance #C0AF4E
RGB
CMYK
RGB Variations
Color information
#C0AF4E (or 0xC0AF4E) is known color: Sundance. HEX triplet: C0, AF and 4E. RGB value is (192,175,78). Sum of RGB (Red+Green+Blue) = 192+175+78=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 78 (30.86% from 255 or 17.53% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF4E is #3F50B1. Grayscale: #A9A9A9. Windows color (decimal): -4149426 or 5156800. OLE color: 5156800.
HSL color Cylindrical-coordinate representation of color #C0AF4E: hue angle of 51.05º 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 #C0AF4E is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 78 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.25 |
| HSL | 51.05º | 0.48% | 0.53% | - |
| HSV(B) | 51.05º | 0.59% | 0.75% | - |
| XYZ | 38.44 | 42.42 | 13.37 | - |
| YUV | 169.03 | 76.63 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 78 | 0 | 0.09 | 0.59 | 0.25 | 51.05 | 0.48 | 0.53 |
| Hex | C0 | AF | 4E | 0 | 9 | 3B | 19 | 33 | 30 | 35 |
| Octal | 300 | 257 | 116 | 0 | 11 | 73 | 31 | 63 | 60 | 65 |
| Binary | 11000000 | 10101111 | 1001110 | 0 | 1001 | 111011 | 11001 | 110011 | 110000 | 110101 |
Color Harmonies of #C0AF4E
Complementary color
Monochromatic Colors of #C0AF4E
Black with #C0AF4E
Text Example
Text Example
White with #C0AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF4E; }
p { color: rgb(192,175,78); }
H1.HeaderClassName
{
color: #C0AF4E;
}
.AnyTagClassName
{
color: #C0AF4E;
}
</style>
background-color css
<style>
a { background-color: #C0AF4E; }
a { background-color: rgb(192,175,78); }
div.DivClassName
{
background-color: #C0AF4E;
}
.BgClassName
{
background-color: #C0AF4E;
}
</style>
border-color css
<style>
span { border-color: #C0AF4E; }
span { border-color: rgb(192,175,78); }
td.TdClassName
{
border-color: #C0AF4E;
}
.TagClassName
{
border-color: #C0AF4E;
}
</style>