Shades of Sundance #C0AF4F
Tints of Sundance #C0AF4F
RGB
CMYK
RGB Variations
Color information
#C0AF4F (or 0xC0AF4F) is known color: Sundance. HEX triplet: C0, AF and 4F. RGB value is (192,175,79). Sum of RGB (Red+Green+Blue) = 192+175+79=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF4F is #3F50B0. Grayscale: #A9A9A9. Windows color (decimal): -4149425 or 5222336. OLE color: 5222336.
HSL color Cylindrical-coordinate representation of color #C0AF4F: hue angle of 50.97º 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 #C0AF4F is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 79 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.25 |
| HSL | 50.97º | 0.47% | 0.53% | - |
| HSV(B) | 50.97º | 0.59% | 0.75% | - |
| XYZ | 38.48 | 42.43 | 13.56 | - |
| YUV | 169.14 | 77.13 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 79 | 0 | 0.09 | 0.59 | 0.25 | 50.97 | 0.47 | 0.53 |
| Hex | C0 | AF | 4F | 0 | 9 | 3B | 19 | 33 | 2F | 35 |
| Octal | 300 | 257 | 117 | 0 | 11 | 73 | 31 | 63 | 57 | 65 |
| Binary | 11000000 | 10101111 | 1001111 | 0 | 1001 | 111011 | 11001 | 110011 | 101111 | 110101 |
Color Harmonies of #C0AF4F
Complementary color
Monochromatic Colors of #C0AF4F
Black with #C0AF4F
Text Example
Text Example
White with #C0AF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF4F; }
p { color: rgb(192,175,79); }
H1.HeaderClassName
{
color: #C0AF4F;
}
.AnyTagClassName
{
color: #C0AF4F;
}
</style>
background-color css
<style>
a { background-color: #C0AF4F; }
a { background-color: rgb(192,175,79); }
div.DivClassName
{
background-color: #C0AF4F;
}
.BgClassName
{
background-color: #C0AF4F;
}
</style>
border-color css
<style>
span { border-color: #C0AF4F; }
span { border-color: rgb(192,175,79); }
td.TdClassName
{
border-color: #C0AF4F;
}
.TagClassName
{
border-color: #C0AF4F;
}
</style>