Shades of Sundance #C8A851
Tints of Sundance #C8A851
RGB
CMYK
RGB Variations
Color information
#C8A851 (or 0xC8A851) is known color: Sundance. HEX triplet: C8, A8 and 51. RGB value is (200,168,81). Sum of RGB (Red+Green+Blue) = 200+168+81=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A851 is #3757AE. Grayscale: #A8A8A8. Windows color (decimal): -3626927 or 5351624. OLE color: 5351624.
HSL color Cylindrical-coordinate representation of color #C8A851: hue angle of 43.87º 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 #C8A851 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 81 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.22 |
| HSL | 43.87º | 0.52% | 0.55% | - |
| HSV(B) | 43.87º | 0.6% | 0.78% | - |
| XYZ | 39.31 | 40.88 | 13.6 | - |
| YUV | 167.65 | 79.1 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 81 | 0 | 0.16 | 0.59 | 0.22 | 43.87 | 0.52 | 0.55 |
| Hex | C8 | A8 | 51 | 0 | 10 | 3B | 16 | 2C | 34 | 37 |
| Octal | 310 | 250 | 121 | 0 | 20 | 73 | 26 | 54 | 64 | 67 |
| Binary | 11001000 | 10101000 | 1010001 | 0 | 10000 | 111011 | 10110 | 101100 | 110100 | 110111 |
Color Harmonies of #C8A851
Complementary color
Monochromatic Colors of #C8A851
Black with #C8A851
Text Example
Text Example
White with #C8A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A851; }
p { color: rgb(200,168,81); }
H1.HeaderClassName
{
color: #C8A851;
}
.AnyTagClassName
{
color: #C8A851;
}
</style>
background-color css
<style>
a { background-color: #C8A851; }
a { background-color: rgb(200,168,81); }
div.DivClassName
{
background-color: #C8A851;
}
.BgClassName
{
background-color: #C8A851;
}
</style>
border-color css
<style>
span { border-color: #C8A851; }
span { border-color: rgb(200,168,81); }
td.TdClassName
{
border-color: #C8A851;
}
.TagClassName
{
border-color: #C8A851;
}
</style>