Shades of Sundance #C9A553
Tints of Sundance #C9A553
RGB
CMYK
RGB Variations
Color information
#C9A553 (or 0xC9A553) is known color: Sundance. HEX triplet: C9, A5 and 53. RGB value is (201,165,83). Sum of RGB (Red+Green+Blue) = 201+165+83=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A553 is #365AAC. Grayscale: #A6A6A6. Windows color (decimal): -3562157 or 5481929. OLE color: 5481929.
HSL color Cylindrical-coordinate representation of color #C9A553: hue angle of 41.69º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9A553 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 165 | 83 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.21 |
| HSL | 41.69º | 0.52% | 0.56% | - |
| HSV(B) | 41.69º | 0.59% | 0.79% | - |
| XYZ | 39.1 | 39.95 | 13.83 | - |
| YUV | 166.42 | 80.93 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 83 | 0 | 0.18 | 0.59 | 0.21 | 41.69 | 0.52 | 0.56 |
| Hex | C9 | A5 | 53 | 0 | 12 | 3B | 15 | 2A | 34 | 38 |
| Octal | 311 | 245 | 123 | 0 | 22 | 73 | 25 | 52 | 64 | 70 |
| Binary | 11001001 | 10100101 | 1010011 | 0 | 10010 | 111011 | 10101 | 101010 | 110100 | 111000 |
Color Harmonies of #C9A553
Complementary color
Monochromatic Colors of #C9A553
Black with #C9A553
Text Example
Text Example
White with #C9A553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A553; }
p { color: rgb(201,165,83); }
H1.HeaderClassName
{
color: #C9A553;
}
.AnyTagClassName
{
color: #C9A553;
}
</style>
background-color css
<style>
a { background-color: #C9A553; }
a { background-color: rgb(201,165,83); }
div.DivClassName
{
background-color: #C9A553;
}
.BgClassName
{
background-color: #C9A553;
}
</style>
border-color css
<style>
span { border-color: #C9A553; }
span { border-color: rgb(201,165,83); }
td.TdClassName
{
border-color: #C9A553;
}
.TagClassName
{
border-color: #C9A553;
}
</style>