Shades of Sundance #C2AE53
Tints of Sundance #C2AE53
RGB
CMYK
RGB Variations
Color information
#C2AE53 (or 0xC2AE53) is known color: Sundance. HEX triplet: C2, AE and 53. RGB value is (194,174,83). Sum of RGB (Red+Green+Blue) = 194+174+83=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE53 is #3D51AC. Grayscale: #A9A9A9. Windows color (decimal): -4018605 or 5484226. OLE color: 5484226.
HSL color Cylindrical-coordinate representation of color #C2AE53: hue angle of 49.19º 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 #C2AE53 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 83 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.24 |
| HSL | 49.19º | 0.48% | 0.54% | - |
| HSV(B) | 49.19º | 0.57% | 0.76% | - |
| XYZ | 38.95 | 42.37 | 14.31 | - |
| YUV | 169.61 | 79.13 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 83 | 0 | 0.10 | 0.57 | 0.24 | 49.19 | 0.48 | 0.54 |
| Hex | C2 | AE | 53 | 0 | A | 39 | 18 | 31 | 30 | 36 |
| Octal | 302 | 256 | 123 | 0 | 12 | 71 | 30 | 61 | 60 | 66 |
| Binary | 11000010 | 10101110 | 1010011 | 0 | 1010 | 111001 | 11000 | 110001 | 110000 | 110110 |
Color Harmonies of #C2AE53
Complementary color
Monochromatic Colors of #C2AE53
Black with #C2AE53
Text Example
Text Example
White with #C2AE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE53; }
p { color: rgb(194,174,83); }
H1.HeaderClassName
{
color: #C2AE53;
}
.AnyTagClassName
{
color: #C2AE53;
}
</style>
background-color css
<style>
a { background-color: #C2AE53; }
a { background-color: rgb(194,174,83); }
div.DivClassName
{
background-color: #C2AE53;
}
.BgClassName
{
background-color: #C2AE53;
}
</style>
border-color css
<style>
span { border-color: #C2AE53; }
span { border-color: rgb(194,174,83); }
td.TdClassName
{
border-color: #C2AE53;
}
.TagClassName
{
border-color: #C2AE53;
}
</style>