Shades of Sundance #C8AF50
Tints of Sundance #C8AF50
RGB
CMYK
RGB Variations
Color information
#C8AF50 (or 0xC8AF50) is known color: Sundance. HEX triplet: C8, AF and 50. RGB value is (200,175,80). Sum of RGB (Red+Green+Blue) = 200+175+80=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF50 is #3750AF. Grayscale: #ACACAC. Windows color (decimal): -3625136 or 5287880. OLE color: 5287880.
HSL color Cylindrical-coordinate representation of color #C8AF50: hue angle of 47.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8AF50 is Cyan = 0, Magento = 0.12, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 80 | - |
| CMYK | 0 | 0.12 | 0.6 | 0.22 |
| HSL | 47.5º | 0.52% | 0.55% | - |
| HSV(B) | 47.5º | 0.6% | 0.78% | - |
| XYZ | 40.6 | 43.52 | 13.85 | - |
| YUV | 171.65 | 76.28 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 80 | 0 | 0.12 | 0.6 | 0.22 | 47.5 | 0.52 | 0.55 |
| Hex | C8 | AF | 50 | 0 | C | 3C | 16 | 30 | 34 | 37 |
| Octal | 310 | 257 | 120 | 0 | 14 | 74 | 26 | 60 | 64 | 67 |
| Binary | 11001000 | 10101111 | 1010000 | 0 | 1100 | 111100 | 10110 | 110000 | 110100 | 110111 |
Color Harmonies of #C8AF50
Complementary color
Monochromatic Colors of #C8AF50
Black with #C8AF50
Text Example
Text Example
White with #C8AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF50; }
p { color: rgb(200,175,80); }
H1.HeaderClassName
{
color: #C8AF50;
}
.AnyTagClassName
{
color: #C8AF50;
}
</style>
background-color css
<style>
a { background-color: #C8AF50; }
a { background-color: rgb(200,175,80); }
div.DivClassName
{
background-color: #C8AF50;
}
.BgClassName
{
background-color: #C8AF50;
}
</style>
border-color css
<style>
span { border-color: #C8AF50; }
span { border-color: rgb(200,175,80); }
td.TdClassName
{
border-color: #C8AF50;
}
.TagClassName
{
border-color: #C8AF50;
}
</style>