Shades of Sundance #C2A94E
Tints of Sundance #C2A94E
RGB
CMYK
RGB Variations
Color information
#C2A94E (or 0xC2A94E) is known color: Sundance. HEX triplet: C2, A9 and 4E. RGB value is (194,169,78). Sum of RGB (Red+Green+Blue) = 194+169+78=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A94E is #3D56B1. Grayscale: #A6A6A6. Windows color (decimal): -4019890 or 5155266. OLE color: 5155266.
HSL color Cylindrical-coordinate representation of color #C2A94E: hue angle of 47.07º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2A94E is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 78 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.24 |
| HSL | 47.07º | 0.49% | 0.53% | - |
| HSV(B) | 47.07º | 0.6% | 0.76% | - |
| XYZ | 37.81 | 40.4 | 13.01 | - |
| YUV | 166.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 78 | 0 | 0.13 | 0.60 | 0.24 | 47.07 | 0.49 | 0.53 |
| Hex | C2 | A9 | 4E | 0 | D | 3C | 18 | 2F | 31 | 35 |
| Octal | 302 | 251 | 116 | 0 | 15 | 74 | 30 | 57 | 61 | 65 |
| Binary | 11000010 | 10101001 | 1001110 | 0 | 1101 | 111100 | 11000 | 101111 | 110001 | 110101 |
Color Harmonies of #C2A94E
Complementary color
Monochromatic Colors of #C2A94E
Black with #C2A94E
Text Example
Text Example
White with #C2A94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A94E; }
p { color: rgb(194,169,78); }
H1.HeaderClassName
{
color: #C2A94E;
}
.AnyTagClassName
{
color: #C2A94E;
}
</style>
background-color css
<style>
a { background-color: #C2A94E; }
a { background-color: rgb(194,169,78); }
div.DivClassName
{
background-color: #C2A94E;
}
.BgClassName
{
background-color: #C2A94E;
}
</style>
border-color css
<style>
span { border-color: #C2A94E; }
span { border-color: rgb(194,169,78); }
td.TdClassName
{
border-color: #C2A94E;
}
.TagClassName
{
border-color: #C2A94E;
}
</style>