Shades of Sundance #C2A53F
Tints of Sundance #C2A53F
RGB
CMYK
RGB Variations
Color information
#C2A53F (or 0xC2A53F) is known color: Sundance. HEX triplet: C2, A5 and 3F. RGB value is (194,165,63). Sum of RGB (Red+Green+Blue) = 194+165+63=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A53F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A53F is #3D5AC0. Grayscale: #A2A2A2. Windows color (decimal): -4020929 or 4171202. OLE color: 4171202.
HSL color Cylindrical-coordinate representation of color #C2A53F: hue angle of 46.72º 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 #C2A53F is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 63 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.24 |
| HSL | 46.72º | 0.52% | 0.5% | - |
| HSV(B) | 46.72º | 0.68% | 0.76% | - |
| XYZ | 36.6 | 38.74 | 10.25 | - |
| YUV | 162.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 63 | 0 | 0.15 | 0.68 | 0.24 | 46.72 | 0.52 | 0.5 |
| Hex | C2 | A5 | 3F | 0 | F | 44 | 18 | 2F | 34 | 32 |
| Octal | 302 | 245 | 77 | 0 | 17 | 104 | 30 | 57 | 64 | 62 |
| Binary | 11000010 | 10100101 | 111111 | 0 | 1111 | 1000100 | 11000 | 101111 | 110100 | 110010 |
Color Harmonies of #C2A53F
Complementary color
Monochromatic Colors of #C2A53F
Black with #C2A53F
Text Example
Text Example
White with #C2A53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A53F; }
p { color: rgb(194,165,63); }
H1.HeaderClassName
{
color: #C2A53F;
}
.AnyTagClassName
{
color: #C2A53F;
}
</style>
background-color css
<style>
a { background-color: #C2A53F; }
a { background-color: rgb(194,165,63); }
div.DivClassName
{
background-color: #C2A53F;
}
.BgClassName
{
background-color: #C2A53F;
}
</style>
border-color css
<style>
span { border-color: #C2A53F; }
span { border-color: rgb(194,165,63); }
td.TdClassName
{
border-color: #C2A53F;
}
.TagClassName
{
border-color: #C2A53F;
}
</style>