Shades of Sundance #C2AA55
Tints of Sundance #C2AA55
RGB
CMYK
RGB Variations
Color information
#C2AA55 (or 0xC2AA55) is known color: Sundance. HEX triplet: C2, AA and 55. RGB value is (194,170,85). Sum of RGB (Red+Green+Blue) = 194+170+85=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AA55 is #3D55AA. Grayscale: #A7A7A7. Windows color (decimal): -4019627 or 5614274. OLE color: 5614274.
HSL color Cylindrical-coordinate representation of color #C2AA55: hue angle of 46.79º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2AA55 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 85 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.24 |
| HSL | 46.79º | 0.47% | 0.55% | - |
| HSV(B) | 46.79º | 0.56% | 0.76% | - |
| XYZ | 38.26 | 40.87 | 14.47 | - |
| YUV | 167.49 | 81.45 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 85 | 0 | 0.12 | 0.56 | 0.24 | 46.79 | 0.47 | 0.55 |
| Hex | C2 | AA | 55 | 0 | C | 38 | 18 | 2F | 2F | 37 |
| Octal | 302 | 252 | 125 | 0 | 14 | 70 | 30 | 57 | 57 | 67 |
| Binary | 11000010 | 10101010 | 1010101 | 0 | 1100 | 111000 | 11000 | 101111 | 101111 | 110111 |
Color Harmonies of #C2AA55
Complementary color
Monochromatic Colors of #C2AA55
Black with #C2AA55
Text Example
Text Example
White with #C2AA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA55; }
p { color: rgb(194,170,85); }
H1.HeaderClassName
{
color: #C2AA55;
}
.AnyTagClassName
{
color: #C2AA55;
}
</style>
background-color css
<style>
a { background-color: #C2AA55; }
a { background-color: rgb(194,170,85); }
div.DivClassName
{
background-color: #C2AA55;
}
.BgClassName
{
background-color: #C2AA55;
}
</style>
border-color css
<style>
span { border-color: #C2AA55; }
span { border-color: rgb(194,170,85); }
td.TdClassName
{
border-color: #C2AA55;
}
.TagClassName
{
border-color: #C2AA55;
}
</style>