Shades of Sundance #C8AC53
Tints of Sundance #C8AC53
RGB
CMYK
RGB Variations
Color information
#C8AC53 (or 0xC8AC53) is known color: Sundance. HEX triplet: C8, AC and 53. RGB value is (200,172,83). Sum of RGB (Red+Green+Blue) = 200+172+83=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC53 is #3753AC. Grayscale: #AAAAAA. Windows color (decimal): -3625901 or 5483720. OLE color: 5483720.
HSL color Cylindrical-coordinate representation of color #C8AC53: hue angle of 45.64º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8AC53 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 83 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.22 |
| HSL | 45.64º | 0.52% | 0.55% | - |
| HSV(B) | 45.64º | 0.59% | 0.78% | - |
| XYZ | 40.13 | 42.41 | 14.25 | - |
| YUV | 170.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 83 | 0 | 0.14 | 0.58 | 0.22 | 45.64 | 0.52 | 0.55 |
| Hex | C8 | AC | 53 | 0 | E | 3A | 16 | 2E | 34 | 37 |
| Octal | 310 | 254 | 123 | 0 | 16 | 72 | 26 | 56 | 64 | 67 |
| Binary | 11001000 | 10101100 | 1010011 | 0 | 1110 | 111010 | 10110 | 101110 | 110100 | 110111 |
Color Harmonies of #C8AC53
Complementary color
Monochromatic Colors of #C8AC53
Black with #C8AC53
Text Example
Text Example
White with #C8AC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC53; }
p { color: rgb(200,172,83); }
H1.HeaderClassName
{
color: #C8AC53;
}
.AnyTagClassName
{
color: #C8AC53;
}
</style>
background-color css
<style>
a { background-color: #C8AC53; }
a { background-color: rgb(200,172,83); }
div.DivClassName
{
background-color: #C8AC53;
}
.BgClassName
{
background-color: #C8AC53;
}
</style>
border-color css
<style>
span { border-color: #C8AC53; }
span { border-color: rgb(200,172,83); }
td.TdClassName
{
border-color: #C8AC53;
}
.TagClassName
{
border-color: #C8AC53;
}
</style>