Shades of Sundance #C8AC51
Tints of Sundance #C8AC51
RGB
CMYK
RGB Variations
Color information
#C8AC51 (or 0xC8AC51) is known color: Sundance. HEX triplet: C8, AC and 51. RGB value is (200,172,81). Sum of RGB (Red+Green+Blue) = 200+172+81=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC51 is #3753AE. Grayscale: #AAAAAA. Windows color (decimal): -3625903 or 5352648. OLE color: 5352648.
HSL color Cylindrical-coordinate representation of color #C8AC51: hue angle of 45.88º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8AC51 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 81 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.22 |
| HSL | 45.88º | 0.52% | 0.55% | - |
| HSV(B) | 45.88º | 0.6% | 0.78% | - |
| XYZ | 40.06 | 42.38 | 13.85 | - |
| YUV | 170 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 81 | 0 | 0.14 | 0.59 | 0.22 | 45.88 | 0.52 | 0.55 |
| Hex | C8 | AC | 51 | 0 | E | 3B | 16 | 2E | 34 | 37 |
| Octal | 310 | 254 | 121 | 0 | 16 | 73 | 26 | 56 | 64 | 67 |
| Binary | 11001000 | 10101100 | 1010001 | 0 | 1110 | 111011 | 10110 | 101110 | 110100 | 110111 |
Color Harmonies of #C8AC51
Complementary color
Monochromatic Colors of #C8AC51
Black with #C8AC51
Text Example
Text Example
White with #C8AC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC51; }
p { color: rgb(200,172,81); }
H1.HeaderClassName
{
color: #C8AC51;
}
.AnyTagClassName
{
color: #C8AC51;
}
</style>
background-color css
<style>
a { background-color: #C8AC51; }
a { background-color: rgb(200,172,81); }
div.DivClassName
{
background-color: #C8AC51;
}
.BgClassName
{
background-color: #C8AC51;
}
</style>
border-color css
<style>
span { border-color: #C8AC51; }
span { border-color: rgb(200,172,81); }
td.TdClassName
{
border-color: #C8AC51;
}
.TagClassName
{
border-color: #C8AC51;
}
</style>