Shades of Sundance #C0AF46
Tints of Sundance #C0AF46
RGB
CMYK
RGB Variations
Color information
#C0AF46 (or 0xC0AF46) is known color: Sundance. HEX triplet: C0, AF and 46. RGB value is (192,175,70). Sum of RGB (Red+Green+Blue) = 192+175+70=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF46 is #3F50B9. Grayscale: #A8A8A8. Windows color (decimal): -4149434 or 4632512. OLE color: 4632512.
HSL color Cylindrical-coordinate representation of color #C0AF46: hue angle of 51.64º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0AF46 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 70 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.25 |
| HSL | 51.64º | 0.49% | 0.51% | - |
| HSV(B) | 51.64º | 0.64% | 0.75% | - |
| XYZ | 38.17 | 42.31 | 11.95 | - |
| YUV | 168.11 | 72.63 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 70 | 0 | 0.09 | 0.64 | 0.25 | 51.64 | 0.49 | 0.51 |
| Hex | C0 | AF | 46 | 0 | 9 | 40 | 19 | 34 | 31 | 33 |
| Octal | 300 | 257 | 106 | 0 | 11 | 100 | 31 | 64 | 61 | 63 |
| Binary | 11000000 | 10101111 | 1000110 | 0 | 1001 | 1000000 | 11001 | 110100 | 110001 | 110011 |
Color Harmonies of #C0AF46
Complementary color
Monochromatic Colors of #C0AF46
Black with #C0AF46
Text Example
Text Example
White with #C0AF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF46; }
p { color: rgb(192,175,70); }
H1.HeaderClassName
{
color: #C0AF46;
}
.AnyTagClassName
{
color: #C0AF46;
}
</style>
background-color css
<style>
a { background-color: #C0AF46; }
a { background-color: rgb(192,175,70); }
div.DivClassName
{
background-color: #C0AF46;
}
.BgClassName
{
background-color: #C0AF46;
}
</style>
border-color css
<style>
span { border-color: #C0AF46; }
span { border-color: rgb(192,175,70); }
td.TdClassName
{
border-color: #C0AF46;
}
.TagClassName
{
border-color: #C0AF46;
}
</style>