Shades of Sundance #C9A352
Tints of Sundance #C9A352
RGB
CMYK
RGB Variations
Color information
#C9A352 (or 0xC9A352) is known color: Sundance. HEX triplet: C9, A3 and 52. RGB value is (201,163,82). Sum of RGB (Red+Green+Blue) = 201+163+82=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A352 is #365CAD. Grayscale: #A5A5A5. Windows color (decimal): -3562670 or 5415881. OLE color: 5415881.
HSL color Cylindrical-coordinate representation of color #C9A352: hue angle of 40.84º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9A352 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 82 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.21 |
| HSL | 40.84º | 0.52% | 0.55% | - |
| HSV(B) | 40.84º | 0.59% | 0.79% | - |
| XYZ | 38.71 | 39.22 | 13.51 | - |
| YUV | 165.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 82 | 0 | 0.19 | 0.59 | 0.21 | 40.84 | 0.52 | 0.55 |
| Hex | C9 | A3 | 52 | 0 | 13 | 3B | 15 | 29 | 34 | 37 |
| Octal | 311 | 243 | 122 | 0 | 23 | 73 | 25 | 51 | 64 | 67 |
| Binary | 11001001 | 10100011 | 1010010 | 0 | 10011 | 111011 | 10101 | 101001 | 110100 | 110111 |
Color Harmonies of #C9A352
Complementary color
Monochromatic Colors of #C9A352
Black with #C9A352
Text Example
Text Example
White with #C9A352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A352; }
p { color: rgb(201,163,82); }
H1.HeaderClassName
{
color: #C9A352;
}
.AnyTagClassName
{
color: #C9A352;
}
</style>
background-color css
<style>
a { background-color: #C9A352; }
a { background-color: rgb(201,163,82); }
div.DivClassName
{
background-color: #C9A352;
}
.BgClassName
{
background-color: #C9A352;
}
</style>
border-color css
<style>
span { border-color: #C9A352; }
span { border-color: rgb(201,163,82); }
td.TdClassName
{
border-color: #C9A352;
}
.TagClassName
{
border-color: #C9A352;
}
</style>