Shades of Sundance #C8A950
Tints of Sundance #C8A950
RGB
CMYK
RGB Variations
Color information
#C8A950 (or 0xC8A950) is known color: Sundance. HEX triplet: C8, A9 and 50. RGB value is (200,169,80). Sum of RGB (Red+Green+Blue) = 200+169+80=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A950 is #3756AF. Grayscale: #A8A8A8. Windows color (decimal): -3626672 or 5286344. OLE color: 5286344.
HSL color Cylindrical-coordinate representation of color #C8A950: hue angle of 44.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 #C8A950 is Cyan = 0, Magento = 0.16, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 80 | - |
| CMYK | 0 | 0.16 | 0.6 | 0.22 |
| HSL | 44.5º | 0.52% | 0.55% | - |
| HSV(B) | 44.5º | 0.6% | 0.78% | - |
| XYZ | 39.46 | 41.23 | 13.47 | - |
| YUV | 168.12 | 78.27 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 80 | 0 | 0.16 | 0.6 | 0.22 | 44.5 | 0.52 | 0.55 |
| Hex | C8 | A9 | 50 | 0 | 10 | 3C | 16 | 2C | 34 | 37 |
| Octal | 310 | 251 | 120 | 0 | 20 | 74 | 26 | 54 | 64 | 67 |
| Binary | 11001000 | 10101001 | 1010000 | 0 | 10000 | 111100 | 10110 | 101100 | 110100 | 110111 |
Color Harmonies of #C8A950
Complementary color
Monochromatic Colors of #C8A950
Black with #C8A950
Text Example
Text Example
White with #C8A950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A950; }
p { color: rgb(200,169,80); }
H1.HeaderClassName
{
color: #C8A950;
}
.AnyTagClassName
{
color: #C8A950;
}
</style>
background-color css
<style>
a { background-color: #C8A950; }
a { background-color: rgb(200,169,80); }
div.DivClassName
{
background-color: #C8A950;
}
.BgClassName
{
background-color: #C8A950;
}
</style>
border-color css
<style>
span { border-color: #C8A950; }
span { border-color: rgb(200,169,80); }
td.TdClassName
{
border-color: #C8A950;
}
.TagClassName
{
border-color: #C8A950;
}
</style>