Shades of Sundance #C0AF56
Tints of Sundance #C0AF56
RGB
CMYK
RGB Variations
Color information
#C0AF56 (or 0xC0AF56) is known color: Sundance. HEX triplet: C0, AF and 56. RGB value is (192,175,86). Sum of RGB (Red+Green+Blue) = 192+175+86=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF56 is #3F50A9. Grayscale: #AAAAAA. Windows color (decimal): -4149418 or 5681088. OLE color: 5681088.
HSL color Cylindrical-coordinate representation of color #C0AF56: hue angle of 50.38º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0AF56 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 86 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.25 |
| HSL | 50.38º | 0.46% | 0.55% | - |
| HSV(B) | 50.38º | 0.55% | 0.75% | - |
| XYZ | 38.75 | 42.54 | 14.97 | - |
| YUV | 169.94 | 80.63 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 86 | 0 | 0.09 | 0.55 | 0.25 | 50.38 | 0.46 | 0.55 |
| Hex | C0 | AF | 56 | 0 | 9 | 37 | 19 | 32 | 2E | 37 |
| Octal | 300 | 257 | 126 | 0 | 11 | 67 | 31 | 62 | 56 | 67 |
| Binary | 11000000 | 10101111 | 1010110 | 0 | 1001 | 110111 | 11001 | 110010 | 101110 | 110111 |
Color Harmonies of #C0AF56
Complementary color
Monochromatic Colors of #C0AF56
Black with #C0AF56
Text Example
Text Example
White with #C0AF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF56; }
p { color: rgb(192,175,86); }
H1.HeaderClassName
{
color: #C0AF56;
}
.AnyTagClassName
{
color: #C0AF56;
}
</style>
background-color css
<style>
a { background-color: #C0AF56; }
a { background-color: rgb(192,175,86); }
div.DivClassName
{
background-color: #C0AF56;
}
.BgClassName
{
background-color: #C0AF56;
}
</style>
border-color css
<style>
span { border-color: #C0AF56; }
span { border-color: rgb(192,175,86); }
td.TdClassName
{
border-color: #C0AF56;
}
.TagClassName
{
border-color: #C0AF56;
}
</style>