Shades of Sundance #C8AF56
Tints of Sundance #C8AF56
RGB
CMYK
RGB Variations
Color information
#C8AF56 (or 0xC8AF56) is known color: Sundance. HEX triplet: C8, AF and 56. RGB value is (200,175,86). Sum of RGB (Red+Green+Blue) = 200+175+86=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF56 is #3750A9. Grayscale: #ACACAC. Windows color (decimal): -3625130 or 5681096. OLE color: 5681096.
HSL color Cylindrical-coordinate representation of color #C8AF56: hue angle of 46.84º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8AF56 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 86 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.22 |
| HSL | 46.84º | 0.51% | 0.56% | - |
| HSV(B) | 46.84º | 0.57% | 0.78% | - |
| XYZ | 40.83 | 43.61 | 15.07 | - |
| YUV | 172.33 | 79.28 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 86 | 0 | 0.12 | 0.57 | 0.22 | 46.84 | 0.51 | 0.56 |
| Hex | C8 | AF | 56 | 0 | C | 39 | 16 | 2F | 33 | 38 |
| Octal | 310 | 257 | 126 | 0 | 14 | 71 | 26 | 57 | 63 | 70 |
| Binary | 11001000 | 10101111 | 1010110 | 0 | 1100 | 111001 | 10110 | 101111 | 110011 | 111000 |
Color Harmonies of #C8AF56
Complementary color
Monochromatic Colors of #C8AF56
Black with #C8AF56
Text Example
Text Example
White with #C8AF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF56; }
p { color: rgb(200,175,86); }
H1.HeaderClassName
{
color: #C8AF56;
}
.AnyTagClassName
{
color: #C8AF56;
}
</style>
background-color css
<style>
a { background-color: #C8AF56; }
a { background-color: rgb(200,175,86); }
div.DivClassName
{
background-color: #C8AF56;
}
.BgClassName
{
background-color: #C8AF56;
}
</style>
border-color css
<style>
span { border-color: #C8AF56; }
span { border-color: rgb(200,175,86); }
td.TdClassName
{
border-color: #C8AF56;
}
.TagClassName
{
border-color: #C8AF56;
}
</style>