Shades of Sundance #C2A84D
Tints of Sundance #C2A84D
RGB
CMYK
RGB Variations
Color information
#C2A84D (or 0xC2A84D) is known color: Sundance. HEX triplet: C2, A8 and 4D. RGB value is (194,168,77). Sum of RGB (Red+Green+Blue) = 194+168+77=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A84D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A84D is #3D57B2. Grayscale: #A5A5A5. Windows color (decimal): -4020147 or 5089474. OLE color: 5089474.
HSL color Cylindrical-coordinate representation of color #C2A84D: hue angle of 46.67º 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 #C2A84D is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 77 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.24 |
| HSL | 46.67º | 0.49% | 0.53% | - |
| HSV(B) | 46.67º | 0.6% | 0.76% | - |
| XYZ | 37.59 | 40.01 | 12.76 | - |
| YUV | 165.4 | 78.11 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 77 | 0 | 0.13 | 0.60 | 0.24 | 46.67 | 0.49 | 0.53 |
| Hex | C2 | A8 | 4D | 0 | D | 3C | 18 | 2F | 31 | 35 |
| Octal | 302 | 250 | 115 | 0 | 15 | 74 | 30 | 57 | 61 | 65 |
| Binary | 11000010 | 10101000 | 1001101 | 0 | 1101 | 111100 | 11000 | 101111 | 110001 | 110101 |
Color Harmonies of #C2A84D
Complementary color
Monochromatic Colors of #C2A84D
Black with #C2A84D
Text Example
Text Example
White with #C2A84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A84D; }
p { color: rgb(194,168,77); }
H1.HeaderClassName
{
color: #C2A84D;
}
.AnyTagClassName
{
color: #C2A84D;
}
</style>
background-color css
<style>
a { background-color: #C2A84D; }
a { background-color: rgb(194,168,77); }
div.DivClassName
{
background-color: #C2A84D;
}
.BgClassName
{
background-color: #C2A84D;
}
</style>
border-color css
<style>
span { border-color: #C2A84D; }
span { border-color: rgb(194,168,77); }
td.TdClassName
{
border-color: #C2A84D;
}
.TagClassName
{
border-color: #C2A84D;
}
</style>