Shades of Sundance #C2A250
Tints of Sundance #C2A250
RGB
CMYK
RGB Variations
Color information
#C2A250 (or 0xC2A250) is known color: Sundance. HEX triplet: C2, A2 and 50. RGB value is (194,162,80). Sum of RGB (Red+Green+Blue) = 194+162+80=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A250 is #3D5DAF. Grayscale: #A2A2A2. Windows color (decimal): -4021680 or 5284546. OLE color: 5284546.
HSL color Cylindrical-coordinate representation of color #C2A250: hue angle of 43.16º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2A250 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 80 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.24 |
| HSL | 43.16º | 0.48% | 0.54% | - |
| HSV(B) | 43.16º | 0.59% | 0.76% | - |
| XYZ | 36.62 | 37.89 | 12.97 | - |
| YUV | 162.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 80 | 0 | 0.16 | 0.59 | 0.24 | 43.16 | 0.48 | 0.54 |
| Hex | C2 | A2 | 50 | 0 | 10 | 3B | 18 | 2B | 30 | 36 |
| Octal | 302 | 242 | 120 | 0 | 20 | 73 | 30 | 53 | 60 | 66 |
| Binary | 11000010 | 10100010 | 1010000 | 0 | 10000 | 111011 | 11000 | 101011 | 110000 | 110110 |
Color Harmonies of #C2A250
Complementary color
Monochromatic Colors of #C2A250
Black with #C2A250
Text Example
Text Example
White with #C2A250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A250; }
p { color: rgb(194,162,80); }
H1.HeaderClassName
{
color: #C2A250;
}
.AnyTagClassName
{
color: #C2A250;
}
</style>
background-color css
<style>
a { background-color: #C2A250; }
a { background-color: rgb(194,162,80); }
div.DivClassName
{
background-color: #C2A250;
}
.BgClassName
{
background-color: #C2A250;
}
</style>
border-color css
<style>
span { border-color: #C2A250; }
span { border-color: rgb(194,162,80); }
td.TdClassName
{
border-color: #C2A250;
}
.TagClassName
{
border-color: #C2A250;
}
</style>