Shades of Sundance #C2A149
Tints of Sundance #C2A149
RGB
CMYK
RGB Variations
Color information
#C2A149 (or 0xC2A149) is known color: Sundance. HEX triplet: C2, A1 and 49. RGB value is (194,161,73). Sum of RGB (Red+Green+Blue) = 194+161+73=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A149 is #3D5EB6. Grayscale: #A1A1A1. Windows color (decimal): -4021943 or 4825538. OLE color: 4825538.
HSL color Cylindrical-coordinate representation of color #C2A149: hue angle of 43.64º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2A149 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 73 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.24 |
| HSL | 43.64º | 0.5% | 0.52% | - |
| HSV(B) | 43.64º | 0.62% | 0.76% | - |
| XYZ | 36.2 | 37.44 | 11.62 | - |
| YUV | 160.84 | 78.43 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 73 | 0 | 0.17 | 0.62 | 0.24 | 43.64 | 0.5 | 0.52 |
| Hex | C2 | A1 | 49 | 0 | 11 | 3E | 18 | 2C | 32 | 34 |
| Octal | 302 | 241 | 111 | 0 | 21 | 76 | 30 | 54 | 62 | 64 |
| Binary | 11000010 | 10100001 | 1001001 | 0 | 10001 | 111110 | 11000 | 101100 | 110010 | 110100 |
Color Harmonies of #C2A149
Complementary color
Monochromatic Colors of #C2A149
Black with #C2A149
Text Example
Text Example
White with #C2A149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A149; }
p { color: rgb(194,161,73); }
H1.HeaderClassName
{
color: #C2A149;
}
.AnyTagClassName
{
color: #C2A149;
}
</style>
background-color css
<style>
a { background-color: #C2A149; }
a { background-color: rgb(194,161,73); }
div.DivClassName
{
background-color: #C2A149;
}
.BgClassName
{
background-color: #C2A149;
}
</style>
border-color css
<style>
span { border-color: #C2A149; }
span { border-color: rgb(194,161,73); }
td.TdClassName
{
border-color: #C2A149;
}
.TagClassName
{
border-color: #C2A149;
}
</style>