Shades of Sundance #C9AC55
Tints of Sundance #C9AC55
RGB
CMYK
RGB Variations
Color information
#C9AC55 (or 0xC9AC55) is known color: Sundance. HEX triplet: C9, AC and 55. RGB value is (201,172,85). Sum of RGB (Red+Green+Blue) = 201+172+85=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AC55 is #3653AA. Grayscale: #ABABAB. Windows color (decimal): -3560363 or 5614793. OLE color: 5614793.
HSL color Cylindrical-coordinate representation of color #C9AC55: hue angle of 45º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9AC55 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 85 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.21 |
| HSL | 45º | 0.52% | 0.56% | - |
| HSV(B) | 45º | 0.58% | 0.79% | - |
| XYZ | 40.48 | 42.58 | 14.68 | - |
| YUV | 170.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 85 | 0 | 0.14 | 0.58 | 0.21 | 45 | 0.52 | 0.56 |
| Hex | C9 | AC | 55 | 0 | E | 3A | 15 | 2D | 34 | 38 |
| Octal | 311 | 254 | 125 | 0 | 16 | 72 | 25 | 55 | 64 | 70 |
| Binary | 11001001 | 10101100 | 1010101 | 0 | 1110 | 111010 | 10101 | 101101 | 110100 | 111000 |
Color Harmonies of #C9AC55
Complementary color
Monochromatic Colors of #C9AC55
Black with #C9AC55
Text Example
Text Example
White with #C9AC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AC55; }
p { color: rgb(201,172,85); }
H1.HeaderClassName
{
color: #C9AC55;
}
.AnyTagClassName
{
color: #C9AC55;
}
</style>
background-color css
<style>
a { background-color: #C9AC55; }
a { background-color: rgb(201,172,85); }
div.DivClassName
{
background-color: #C9AC55;
}
.BgClassName
{
background-color: #C9AC55;
}
</style>
border-color css
<style>
span { border-color: #C9AC55; }
span { border-color: rgb(201,172,85); }
td.TdClassName
{
border-color: #C9AC55;
}
.TagClassName
{
border-color: #C9AC55;
}
</style>