Shades of Sundance #C2A64C
Tints of Sundance #C2A64C
RGB
CMYK
RGB Variations
Color information
#C2A64C (or 0xC2A64C) is known color: Sundance. HEX triplet: C2, A6 and 4C. RGB value is (194,166,76). Sum of RGB (Red+Green+Blue) = 194+166+76=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A64C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A64C is #3D59B3. Grayscale: #A4A4A4. Windows color (decimal): -4020660 or 5023426. OLE color: 5023426.
HSL color Cylindrical-coordinate representation of color #C2A64C: hue angle of 45.76º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2A64C is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 76 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.24 |
| HSL | 45.76º | 0.49% | 0.53% | - |
| HSV(B) | 45.76º | 0.61% | 0.76% | - |
| XYZ | 37.19 | 39.26 | 12.46 | - |
| YUV | 164.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 76 | 0 | 0.14 | 0.61 | 0.24 | 45.76 | 0.49 | 0.53 |
| Hex | C2 | A6 | 4C | 0 | E | 3D | 18 | 2E | 31 | 35 |
| Octal | 302 | 246 | 114 | 0 | 16 | 75 | 30 | 56 | 61 | 65 |
| Binary | 11000010 | 10100110 | 1001100 | 0 | 1110 | 111101 | 11000 | 101110 | 110001 | 110101 |
Color Harmonies of #C2A64C
Complementary color
Monochromatic Colors of #C2A64C
Black with #C2A64C
Text Example
Text Example
White with #C2A64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A64C; }
p { color: rgb(194,166,76); }
H1.HeaderClassName
{
color: #C2A64C;
}
.AnyTagClassName
{
color: #C2A64C;
}
</style>
background-color css
<style>
a { background-color: #C2A64C; }
a { background-color: rgb(194,166,76); }
div.DivClassName
{
background-color: #C2A64C;
}
.BgClassName
{
background-color: #C2A64C;
}
</style>
border-color css
<style>
span { border-color: #C2A64C; }
span { border-color: rgb(194,166,76); }
td.TdClassName
{
border-color: #C2A64C;
}
.TagClassName
{
border-color: #C2A64C;
}
</style>