Shades of Sundance #C2A74D
Tints of Sundance #C2A74D
RGB
CMYK
RGB Variations
Color information
#C2A74D (or 0xC2A74D) is known color: Sundance. HEX triplet: C2, A7 and 4D. RGB value is (194,167,77). Sum of RGB (Red+Green+Blue) = 194+167+77=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A74D is #3D58B2. Grayscale: #A5A5A5. Windows color (decimal): -4020403 or 5089218. OLE color: 5089218.
HSL color Cylindrical-coordinate representation of color #C2A74D: hue angle of 46.15º 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 #C2A74D is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 77 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.24 |
| HSL | 46.15º | 0.49% | 0.53% | - |
| HSV(B) | 46.15º | 0.6% | 0.76% | - |
| XYZ | 37.41 | 39.64 | 12.7 | - |
| YUV | 164.81 | 78.45 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 77 | 0 | 0.14 | 0.60 | 0.24 | 46.15 | 0.49 | 0.53 |
| Hex | C2 | A7 | 4D | 0 | E | 3C | 18 | 2E | 31 | 35 |
| Octal | 302 | 247 | 115 | 0 | 16 | 74 | 30 | 56 | 61 | 65 |
| Binary | 11000010 | 10100111 | 1001101 | 0 | 1110 | 111100 | 11000 | 101110 | 110001 | 110101 |
Color Harmonies of #C2A74D
Complementary color
Monochromatic Colors of #C2A74D
Black with #C2A74D
Text Example
Text Example
White with #C2A74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A74D; }
p { color: rgb(194,167,77); }
H1.HeaderClassName
{
color: #C2A74D;
}
.AnyTagClassName
{
color: #C2A74D;
}
</style>
background-color css
<style>
a { background-color: #C2A74D; }
a { background-color: rgb(194,167,77); }
div.DivClassName
{
background-color: #C2A74D;
}
.BgClassName
{
background-color: #C2A74D;
}
</style>
border-color css
<style>
span { border-color: #C2A74D; }
span { border-color: rgb(194,167,77); }
td.TdClassName
{
border-color: #C2A74D;
}
.TagClassName
{
border-color: #C2A74D;
}
</style>