Shades of Sundance #C9A351
Tints of Sundance #C9A351
RGB
CMYK
RGB Variations
Color information
#C9A351 (or 0xC9A351) is known color: Sundance. HEX triplet: C9, A3 and 51. RGB value is (201,163,81). Sum of RGB (Red+Green+Blue) = 201+163+81=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A351 is #365CAE. Grayscale: #A5A5A5. Windows color (decimal): -3562671 or 5350345. OLE color: 5350345.
HSL color Cylindrical-coordinate representation of color #C9A351: hue angle of 41º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9A351 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 81 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.21 |
| HSL | 41º | 0.53% | 0.55% | - |
| HSV(B) | 41º | 0.6% | 0.79% | - |
| XYZ | 38.67 | 39.21 | 13.31 | - |
| YUV | 165.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 81 | 0 | 0.19 | 0.60 | 0.21 | 41 | 0.53 | 0.55 |
| Hex | C9 | A3 | 51 | 0 | 13 | 3C | 15 | 29 | 35 | 37 |
| Octal | 311 | 243 | 121 | 0 | 23 | 74 | 25 | 51 | 65 | 67 |
| Binary | 11001001 | 10100011 | 1010001 | 0 | 10011 | 111100 | 10101 | 101001 | 110101 | 110111 |
Color Harmonies of #C9A351
Complementary color
Monochromatic Colors of #C9A351
Black with #C9A351
Text Example
Text Example
White with #C9A351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A351; }
p { color: rgb(201,163,81); }
H1.HeaderClassName
{
color: #C9A351;
}
.AnyTagClassName
{
color: #C9A351;
}
</style>
background-color css
<style>
a { background-color: #C9A351; }
a { background-color: rgb(201,163,81); }
div.DivClassName
{
background-color: #C9A351;
}
.BgClassName
{
background-color: #C9A351;
}
</style>
border-color css
<style>
span { border-color: #C9A351; }
span { border-color: rgb(201,163,81); }
td.TdClassName
{
border-color: #C9A351;
}
.TagClassName
{
border-color: #C9A351;
}
</style>