Shades of Sundance #C2AA3F
Tints of Sundance #C2AA3F
RGB
CMYK
RGB Variations
Color information
#C2AA3F (or 0xC2AA3F) is known color: Sundance. HEX triplet: C2, AA and 3F. RGB value is (194,170,63). Sum of RGB (Red+Green+Blue) = 194+170+63=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA3F is #3D55C0. Grayscale: #A5A5A5. Windows color (decimal): -4019649 or 4172482. OLE color: 4172482.
HSL color Cylindrical-coordinate representation of color #C2AA3F: hue angle of 49.01º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2AA3F is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 63 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.24 |
| HSL | 49.01º | 0.52% | 0.5% | - |
| HSV(B) | 49.01º | 0.68% | 0.76% | - |
| XYZ | 37.52 | 40.58 | 10.56 | - |
| YUV | 164.98 | 70.45 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 63 | 0 | 0.12 | 0.68 | 0.24 | 49.01 | 0.52 | 0.5 |
| Hex | C2 | AA | 3F | 0 | C | 44 | 18 | 31 | 34 | 32 |
| Octal | 302 | 252 | 77 | 0 | 14 | 104 | 30 | 61 | 64 | 62 |
| Binary | 11000010 | 10101010 | 111111 | 0 | 1100 | 1000100 | 11000 | 110001 | 110100 | 110010 |
Color Harmonies of #C2AA3F
Complementary color
Monochromatic Colors of #C2AA3F
Black with #C2AA3F
Text Example
Text Example
White with #C2AA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA3F; }
p { color: rgb(194,170,63); }
H1.HeaderClassName
{
color: #C2AA3F;
}
.AnyTagClassName
{
color: #C2AA3F;
}
</style>
background-color css
<style>
a { background-color: #C2AA3F; }
a { background-color: rgb(194,170,63); }
div.DivClassName
{
background-color: #C2AA3F;
}
.BgClassName
{
background-color: #C2AA3F;
}
</style>
border-color css
<style>
span { border-color: #C2AA3F; }
span { border-color: rgb(194,170,63); }
td.TdClassName
{
border-color: #C2AA3F;
}
.TagClassName
{
border-color: #C2AA3F;
}
</style>