Shades of Sundance #C8AC4E
Tints of Sundance #C8AC4E
RGB
CMYK
RGB Variations
Color information
#C8AC4E (or 0xC8AC4E) is known color: Sundance. HEX triplet: C8, AC and 4E. RGB value is (200,172,78). Sum of RGB (Red+Green+Blue) = 200+172+78=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC4E is #3753B1. Grayscale: #AAAAAA. Windows color (decimal): -3625906 or 5156040. OLE color: 5156040.
HSL color Cylindrical-coordinate representation of color #C8AC4E: hue angle of 46.23º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8AC4E is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 78 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.22 |
| HSL | 46.23º | 0.53% | 0.55% | - |
| HSV(B) | 46.23º | 0.61% | 0.78% | - |
| XYZ | 39.95 | 42.33 | 13.27 | - |
| YUV | 169.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 78 | 0 | 0.14 | 0.61 | 0.22 | 46.23 | 0.53 | 0.55 |
| Hex | C8 | AC | 4E | 0 | E | 3D | 16 | 2E | 35 | 37 |
| Octal | 310 | 254 | 116 | 0 | 16 | 75 | 26 | 56 | 65 | 67 |
| Binary | 11001000 | 10101100 | 1001110 | 0 | 1110 | 111101 | 10110 | 101110 | 110101 | 110111 |
Color Harmonies of #C8AC4E
Complementary color
Monochromatic Colors of #C8AC4E
Black with #C8AC4E
Text Example
Text Example
White with #C8AC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC4E; }
p { color: rgb(200,172,78); }
H1.HeaderClassName
{
color: #C8AC4E;
}
.AnyTagClassName
{
color: #C8AC4E;
}
</style>
background-color css
<style>
a { background-color: #C8AC4E; }
a { background-color: rgb(200,172,78); }
div.DivClassName
{
background-color: #C8AC4E;
}
.BgClassName
{
background-color: #C8AC4E;
}
</style>
border-color css
<style>
span { border-color: #C8AC4E; }
span { border-color: rgb(200,172,78); }
td.TdClassName
{
border-color: #C8AC4E;
}
.TagClassName
{
border-color: #C8AC4E;
}
</style>