Shades of Sundance #C2A853
Tints of Sundance #C2A853
RGB
CMYK
RGB Variations
Color information
#C2A853 (or 0xC2A853) is known color: Sundance. HEX triplet: C2, A8 and 53. RGB value is (194,168,83). Sum of RGB (Red+Green+Blue) = 194+168+83=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A853 is #3D57AC. Grayscale: #A6A6A6. Windows color (decimal): -4020141 or 5482690. OLE color: 5482690.
HSL color Cylindrical-coordinate representation of color #C2A853: hue angle of 45.95º degrees, saturation: 0.48, 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 #C2A853 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 83 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.24 |
| HSL | 45.95º | 0.48% | 0.54% | - |
| HSV(B) | 45.95º | 0.57% | 0.76% | - |
| XYZ | 37.81 | 40.1 | 13.93 | - |
| YUV | 166.08 | 81.11 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 83 | 0 | 0.13 | 0.57 | 0.24 | 45.95 | 0.48 | 0.54 |
| Hex | C2 | A8 | 53 | 0 | D | 39 | 18 | 2E | 30 | 36 |
| Octal | 302 | 250 | 123 | 0 | 15 | 71 | 30 | 56 | 60 | 66 |
| Binary | 11000010 | 10101000 | 1010011 | 0 | 1101 | 111001 | 11000 | 101110 | 110000 | 110110 |
Color Harmonies of #C2A853
Complementary color
Monochromatic Colors of #C2A853
Black with #C2A853
Text Example
Text Example
White with #C2A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A853; }
p { color: rgb(194,168,83); }
H1.HeaderClassName
{
color: #C2A853;
}
.AnyTagClassName
{
color: #C2A853;
}
</style>
background-color css
<style>
a { background-color: #C2A853; }
a { background-color: rgb(194,168,83); }
div.DivClassName
{
background-color: #C2A853;
}
.BgClassName
{
background-color: #C2A853;
}
</style>
border-color css
<style>
span { border-color: #C2A853; }
span { border-color: rgb(194,168,83); }
td.TdClassName
{
border-color: #C2A853;
}
.TagClassName
{
border-color: #C2A853;
}
</style>