Shades of Sundance #C2AC4D
Tints of Sundance #C2AC4D
RGB
CMYK
RGB Variations
Color information
#C2AC4D (or 0xC2AC4D) is known color: Sundance. HEX triplet: C2, AC and 4D. RGB value is (194,172,77). Sum of RGB (Red+Green+Blue) = 194+172+77=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC4D is #3D53B2. Grayscale: #A8A8A8. Windows color (decimal): -4019123 or 5090498. OLE color: 5090498.
HSL color Cylindrical-coordinate representation of color #C2AC4D: hue angle of 48.72º 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 #C2AC4D is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 77 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.24 |
| HSL | 48.72º | 0.49% | 0.53% | - |
| HSV(B) | 48.72º | 0.6% | 0.76% | - |
| XYZ | 38.34 | 41.51 | 13.01 | - |
| YUV | 167.75 | 76.79 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 77 | 0 | 0.11 | 0.60 | 0.24 | 48.72 | 0.49 | 0.53 |
| Hex | C2 | AC | 4D | 0 | B | 3C | 18 | 31 | 31 | 35 |
| Octal | 302 | 254 | 115 | 0 | 13 | 74 | 30 | 61 | 61 | 65 |
| Binary | 11000010 | 10101100 | 1001101 | 0 | 1011 | 111100 | 11000 | 110001 | 110001 | 110101 |
Color Harmonies of #C2AC4D
Complementary color
Monochromatic Colors of #C2AC4D
Black with #C2AC4D
Text Example
Text Example
White with #C2AC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC4D; }
p { color: rgb(194,172,77); }
H1.HeaderClassName
{
color: #C2AC4D;
}
.AnyTagClassName
{
color: #C2AC4D;
}
</style>
background-color css
<style>
a { background-color: #C2AC4D; }
a { background-color: rgb(194,172,77); }
div.DivClassName
{
background-color: #C2AC4D;
}
.BgClassName
{
background-color: #C2AC4D;
}
</style>
border-color css
<style>
span { border-color: #C2AC4D; }
span { border-color: rgb(194,172,77); }
td.TdClassName
{
border-color: #C2AC4D;
}
.TagClassName
{
border-color: #C2AC4D;
}
</style>