Shades of Sundance #C8AC4C
Tints of Sundance #C8AC4C
RGB
CMYK
RGB Variations
Color information
#C8AC4C (or 0xC8AC4C) is known color: Sundance. HEX triplet: C8, AC and 4C. RGB value is (200,172,76). Sum of RGB (Red+Green+Blue) = 200+172+76=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AC4C is #3753B3. Grayscale: #A9A9A9. Windows color (decimal): -3625908 or 5024968. OLE color: 5024968.
HSL color Cylindrical-coordinate representation of color #C8AC4C: hue angle of 46.45º 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 #C8AC4C is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 76 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.22 |
| HSL | 46.45º | 0.53% | 0.54% | - |
| HSV(B) | 46.45º | 0.62% | 0.78% | - |
| XYZ | 39.88 | 42.31 | 12.9 | - |
| YUV | 169.43 | 75.28 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 76 | 0 | 0.14 | 0.62 | 0.22 | 46.45 | 0.53 | 0.54 |
| Hex | C8 | AC | 4C | 0 | E | 3E | 16 | 2E | 35 | 36 |
| Octal | 310 | 254 | 114 | 0 | 16 | 76 | 26 | 56 | 65 | 66 |
| Binary | 11001000 | 10101100 | 1001100 | 0 | 1110 | 111110 | 10110 | 101110 | 110101 | 110110 |
Color Harmonies of #C8AC4C
Complementary color
Monochromatic Colors of #C8AC4C
Black with #C8AC4C
Text Example
Text Example
White with #C8AC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC4C; }
p { color: rgb(200,172,76); }
H1.HeaderClassName
{
color: #C8AC4C;
}
.AnyTagClassName
{
color: #C8AC4C;
}
</style>
background-color css
<style>
a { background-color: #C8AC4C; }
a { background-color: rgb(200,172,76); }
div.DivClassName
{
background-color: #C8AC4C;
}
.BgClassName
{
background-color: #C8AC4C;
}
</style>
border-color css
<style>
span { border-color: #C8AC4C; }
span { border-color: rgb(200,172,76); }
td.TdClassName
{
border-color: #C8AC4C;
}
.TagClassName
{
border-color: #C8AC4C;
}
</style>