Shades of Sundance #C8A04C
Tints of Sundance #C8A04C
RGB
CMYK
RGB Variations
Color information
#C8A04C (or 0xC8A04C) is known color: Sundance. HEX triplet: C8, A0 and 4C. RGB value is (200,160,76). Sum of RGB (Red+Green+Blue) = 200+160+76=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A04C is #375FB3. Grayscale: #A2A2A2. Windows color (decimal): -3628980 or 5021896. OLE color: 5021896.
HSL color Cylindrical-coordinate representation of color #C8A04C: hue angle of 40.65º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8A04C is Cyan = 0, Magento = 0.2, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 76 | - |
| CMYK | 0 | 0.2 | 0.62 | 0.22 |
| HSL | 40.65º | 0.53% | 0.54% | - |
| HSV(B) | 40.65º | 0.62% | 0.78% | - |
| XYZ | 37.69 | 37.94 | 12.17 | - |
| YUV | 162.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 76 | 0 | 0.2 | 0.62 | 0.22 | 40.65 | 0.53 | 0.54 |
| Hex | C8 | A0 | 4C | 0 | 14 | 3E | 16 | 29 | 35 | 36 |
| Octal | 310 | 240 | 114 | 0 | 24 | 76 | 26 | 51 | 65 | 66 |
| Binary | 11001000 | 10100000 | 1001100 | 0 | 10100 | 111110 | 10110 | 101001 | 110101 | 110110 |
Color Harmonies of #C8A04C
Complementary color
Monochromatic Colors of #C8A04C
Black with #C8A04C
Text Example
Text Example
White with #C8A04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A04C; }
p { color: rgb(200,160,76); }
H1.HeaderClassName
{
color: #C8A04C;
}
.AnyTagClassName
{
color: #C8A04C;
}
</style>
background-color css
<style>
a { background-color: #C8A04C; }
a { background-color: rgb(200,160,76); }
div.DivClassName
{
background-color: #C8A04C;
}
.BgClassName
{
background-color: #C8A04C;
}
</style>
border-color css
<style>
span { border-color: #C8A04C; }
span { border-color: rgb(200,160,76); }
td.TdClassName
{
border-color: #C8A04C;
}
.TagClassName
{
border-color: #C8A04C;
}
</style>