Shades of Sundance #C8AA49
Tints of Sundance #C8AA49
RGB
CMYK
RGB Variations
Color information
#C8AA49 (or 0xC8AA49) is known color: Sundance. HEX triplet: C8, AA and 49. RGB value is (200,170,73). Sum of RGB (Red+Green+Blue) = 200+170+73=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AA49 is #3755B6. Grayscale: #A8A8A8. Windows color (decimal): -3626423 or 4827848. OLE color: 4827848.
HSL color Cylindrical-coordinate representation of color #C8AA49: hue angle of 45.83º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8AA49 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 73 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.22 |
| HSL | 45.83º | 0.54% | 0.54% | - |
| HSV(B) | 45.83º | 0.64% | 0.78% | - |
| XYZ | 39.4 | 41.51 | 12.24 | - |
| YUV | 167.91 | 74.44 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 73 | 0 | 0.15 | 0.64 | 0.22 | 45.83 | 0.54 | 0.54 |
| Hex | C8 | AA | 49 | 0 | F | 40 | 16 | 2E | 36 | 36 |
| Octal | 310 | 252 | 111 | 0 | 17 | 100 | 26 | 56 | 66 | 66 |
| Binary | 11001000 | 10101010 | 1001001 | 0 | 1111 | 1000000 | 10110 | 101110 | 110110 | 110110 |
Color Harmonies of #C8AA49
Complementary color
Monochromatic Colors of #C8AA49
Black with #C8AA49
Text Example
Text Example
White with #C8AA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA49; }
p { color: rgb(200,170,73); }
H1.HeaderClassName
{
color: #C8AA49;
}
.AnyTagClassName
{
color: #C8AA49;
}
</style>
background-color css
<style>
a { background-color: #C8AA49; }
a { background-color: rgb(200,170,73); }
div.DivClassName
{
background-color: #C8AA49;
}
.BgClassName
{
background-color: #C8AA49;
}
</style>
border-color css
<style>
span { border-color: #C8AA49; }
span { border-color: rgb(200,170,73); }
td.TdClassName
{
border-color: #C8AA49;
}
.TagClassName
{
border-color: #C8AA49;
}
</style>