Shades of Sundance #C0AF52
Tints of Sundance #C0AF52
RGB
CMYK
RGB Variations
Color information
#C0AF52 (or 0xC0AF52) is known color: Sundance. HEX triplet: C0, AF and 52. RGB value is (192,175,82). Sum of RGB (Red+Green+Blue) = 192+175+82=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF52 is #3F50AD. Grayscale: #A9A9A9. Windows color (decimal): -4149422 or 5418944. OLE color: 5418944.
HSL color Cylindrical-coordinate representation of color #C0AF52: hue angle of 50.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0AF52 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 82 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.25 |
| HSL | 50.73º | 0.47% | 0.54% | - |
| HSV(B) | 50.73º | 0.57% | 0.75% | - |
| XYZ | 38.59 | 42.48 | 14.15 | - |
| YUV | 169.48 | 78.63 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 82 | 0 | 0.09 | 0.57 | 0.25 | 50.73 | 0.47 | 0.54 |
| Hex | C0 | AF | 52 | 0 | 9 | 39 | 19 | 33 | 2F | 36 |
| Octal | 300 | 257 | 122 | 0 | 11 | 71 | 31 | 63 | 57 | 66 |
| Binary | 11000000 | 10101111 | 1010010 | 0 | 1001 | 111001 | 11001 | 110011 | 101111 | 110110 |
Color Harmonies of #C0AF52
Complementary color
Monochromatic Colors of #C0AF52
Black with #C0AF52
Text Example
Text Example
White with #C0AF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF52; }
p { color: rgb(192,175,82); }
H1.HeaderClassName
{
color: #C0AF52;
}
.AnyTagClassName
{
color: #C0AF52;
}
</style>
background-color css
<style>
a { background-color: #C0AF52; }
a { background-color: rgb(192,175,82); }
div.DivClassName
{
background-color: #C0AF52;
}
.BgClassName
{
background-color: #C0AF52;
}
</style>
border-color css
<style>
span { border-color: #C0AF52; }
span { border-color: rgb(192,175,82); }
td.TdClassName
{
border-color: #C0AF52;
}
.TagClassName
{
border-color: #C0AF52;
}
</style>