Shades of Sundance #C8A04A
Tints of Sundance #C8A04A
RGB
CMYK
RGB Variations
Color information
#C8A04A (or 0xC8A04A) is known color: Sundance. HEX triplet: C8, A0 and 4A. RGB value is (200,160,74). Sum of RGB (Red+Green+Blue) = 200+160+74=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A04A is #375FB5. Grayscale: #A2A2A2. Windows color (decimal): -3628982 or 4890824. OLE color: 4890824.
HSL color Cylindrical-coordinate representation of color #C8A04A: hue angle of 40.95º degrees, saturation: 0.53, 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 #C8A04A is Cyan = 0, Magento = 0.2, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 74 | - |
| CMYK | 0 | 0.2 | 0.63 | 0.22 |
| HSL | 40.95º | 0.53% | 0.54% | - |
| HSV(B) | 40.95º | 0.63% | 0.78% | - |
| XYZ | 37.63 | 37.92 | 11.81 | - |
| YUV | 162.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 74 | 0 | 0.2 | 0.63 | 0.22 | 40.95 | 0.53 | 0.54 |
| Hex | C8 | A0 | 4A | 0 | 14 | 3F | 16 | 29 | 35 | 36 |
| Octal | 310 | 240 | 112 | 0 | 24 | 77 | 26 | 51 | 65 | 66 |
| Binary | 11001000 | 10100000 | 1001010 | 0 | 10100 | 111111 | 10110 | 101001 | 110101 | 110110 |
Color Harmonies of #C8A04A
Complementary color
Monochromatic Colors of #C8A04A
Black with #C8A04A
Text Example
Text Example
White with #C8A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A04A; }
p { color: rgb(200,160,74); }
H1.HeaderClassName
{
color: #C8A04A;
}
.AnyTagClassName
{
color: #C8A04A;
}
</style>
background-color css
<style>
a { background-color: #C8A04A; }
a { background-color: rgb(200,160,74); }
div.DivClassName
{
background-color: #C8A04A;
}
.BgClassName
{
background-color: #C8A04A;
}
</style>
border-color css
<style>
span { border-color: #C8A04A; }
span { border-color: rgb(200,160,74); }
td.TdClassName
{
border-color: #C8A04A;
}
.TagClassName
{
border-color: #C8A04A;
}
</style>