Shades of Sundance #C2A43F
Tints of Sundance #C2A43F
RGB
CMYK
RGB Variations
Color information
#C2A43F (or 0xC2A43F) is known color: Sundance. HEX triplet: C2, A4 and 3F. RGB value is (194,164,63). Sum of RGB (Red+Green+Blue) = 194+164+63=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 63 (25% from 255 or 14.96% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A43F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A43F is #3D5BC0. Grayscale: #A1A1A1. Windows color (decimal): -4021185 or 4170946. OLE color: 4170946.
HSL color Cylindrical-coordinate representation of color #C2A43F: hue angle of 46.26º 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 #C2A43F is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 63 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.24 |
| HSL | 46.26º | 0.52% | 0.5% | - |
| HSV(B) | 46.26º | 0.68% | 0.76% | - |
| XYZ | 36.42 | 38.38 | 10.19 | - |
| YUV | 161.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 63 | 0 | 0.15 | 0.68 | 0.24 | 46.26 | 0.52 | 0.5 |
| Hex | C2 | A4 | 3F | 0 | F | 44 | 18 | 2E | 34 | 32 |
| Octal | 302 | 244 | 77 | 0 | 17 | 104 | 30 | 56 | 64 | 62 |
| Binary | 11000010 | 10100100 | 111111 | 0 | 1111 | 1000100 | 11000 | 101110 | 110100 | 110010 |
Color Harmonies of #C2A43F
Complementary color
Monochromatic Colors of #C2A43F
Black with #C2A43F
Text Example
Text Example
White with #C2A43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A43F; }
p { color: rgb(194,164,63); }
H1.HeaderClassName
{
color: #C2A43F;
}
.AnyTagClassName
{
color: #C2A43F;
}
</style>
background-color css
<style>
a { background-color: #C2A43F; }
a { background-color: rgb(194,164,63); }
div.DivClassName
{
background-color: #C2A43F;
}
.BgClassName
{
background-color: #C2A43F;
}
</style>
border-color css
<style>
span { border-color: #C2A43F; }
span { border-color: rgb(194,164,63); }
td.TdClassName
{
border-color: #C2A43F;
}
.TagClassName
{
border-color: #C2A43F;
}
</style>