Shades of Sundance #C2A047
Tints of Sundance #C2A047
RGB
CMYK
RGB Variations
Color information
#C2A047 (or 0xC2A047) is known color: Sundance. HEX triplet: C2, A0 and 47. RGB value is (194,160,71). Sum of RGB (Red+Green+Blue) = 194+160+71=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A047 is #3D5FB8. Grayscale: #A0A0A0. Windows color (decimal): -4022201 or 4694210. OLE color: 4694210.
HSL color Cylindrical-coordinate representation of color #C2A047: hue angle of 43.41º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2A047 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 71 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.24 |
| HSL | 43.41º | 0.5% | 0.52% | - |
| HSV(B) | 43.41º | 0.63% | 0.76% | - |
| XYZ | 35.96 | 37.07 | 11.22 | - |
| YUV | 160.02 | 77.76 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 71 | 0 | 0.18 | 0.63 | 0.24 | 43.41 | 0.5 | 0.52 |
| Hex | C2 | A0 | 47 | 0 | 12 | 3F | 18 | 2B | 32 | 34 |
| Octal | 302 | 240 | 107 | 0 | 22 | 77 | 30 | 53 | 62 | 64 |
| Binary | 11000010 | 10100000 | 1000111 | 0 | 10010 | 111111 | 11000 | 101011 | 110010 | 110100 |
Color Harmonies of #C2A047
Complementary color
Monochromatic Colors of #C2A047
Black with #C2A047
Text Example
Text Example
White with #C2A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A047; }
p { color: rgb(194,160,71); }
H1.HeaderClassName
{
color: #C2A047;
}
.AnyTagClassName
{
color: #C2A047;
}
</style>
background-color css
<style>
a { background-color: #C2A047; }
a { background-color: rgb(194,160,71); }
div.DivClassName
{
background-color: #C2A047;
}
.BgClassName
{
background-color: #C2A047;
}
</style>
border-color css
<style>
span { border-color: #C2A047; }
span { border-color: rgb(194,160,71); }
td.TdClassName
{
border-color: #C2A047;
}
.TagClassName
{
border-color: #C2A047;
}
</style>