Shades of Sundance #C1AA53
Tints of Sundance #C1AA53
RGB
CMYK
RGB Variations
Color information
#C1AA53 (or 0xC1AA53) is known color: Sundance. HEX triplet: C1, AA and 53. RGB value is (193,170,83). Sum of RGB (Red+Green+Blue) = 193+170+83=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA53 is #3E55AC. Grayscale: #A7A7A7. Windows color (decimal): -4085165 or 5483201. OLE color: 5483201.
HSL color Cylindrical-coordinate representation of color #C1AA53: hue angle of 47.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1AA53 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 83 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.24 |
| HSL | 47.45º | 0.47% | 0.54% | - |
| HSV(B) | 47.45º | 0.57% | 0.76% | - |
| XYZ | 37.93 | 40.71 | 14.04 | - |
| YUV | 166.96 | 80.62 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 83 | 0 | 0.12 | 0.57 | 0.24 | 47.45 | 0.47 | 0.54 |
| Hex | C1 | AA | 53 | 0 | C | 39 | 18 | 2F | 2F | 36 |
| Octal | 301 | 252 | 123 | 0 | 14 | 71 | 30 | 57 | 57 | 66 |
| Binary | 11000001 | 10101010 | 1010011 | 0 | 1100 | 111001 | 11000 | 101111 | 101111 | 110110 |
Color Harmonies of #C1AA53
Complementary color
Monochromatic Colors of #C1AA53
Black with #C1AA53
Text Example
Text Example
White with #C1AA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AA53; }
p { color: rgb(193,170,83); }
H1.HeaderClassName
{
color: #C1AA53;
}
.AnyTagClassName
{
color: #C1AA53;
}
</style>
background-color css
<style>
a { background-color: #C1AA53; }
a { background-color: rgb(193,170,83); }
div.DivClassName
{
background-color: #C1AA53;
}
.BgClassName
{
background-color: #C1AA53;
}
</style>
border-color css
<style>
span { border-color: #C1AA53; }
span { border-color: rgb(193,170,83); }
td.TdClassName
{
border-color: #C1AA53;
}
.TagClassName
{
border-color: #C1AA53;
}
</style>