Shades of Sundance #C2A23F
Tints of Sundance #C2A23F
RGB
CMYK
RGB Variations
Color information
#C2A23F (or 0xC2A23F) is known color: Sundance. HEX triplet: C2, A2 and 3F. RGB value is (194,162,63). Sum of RGB (Red+Green+Blue) = 194+162+63=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A23F is #3D5DC0. Grayscale: #A0A0A0. Windows color (decimal): -4021697 or 4170434. OLE color: 4170434.
HSL color Cylindrical-coordinate representation of color #C2A23F: hue angle of 45.34º 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 #C2A23F is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 63 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.24 |
| HSL | 45.34º | 0.52% | 0.5% | - |
| HSV(B) | 45.34º | 0.68% | 0.76% | - |
| XYZ | 36.07 | 37.67 | 10.07 | - |
| YUV | 160.28 | 73.1 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 63 | 0 | 0.16 | 0.68 | 0.24 | 45.34 | 0.52 | 0.5 |
| Hex | C2 | A2 | 3F | 0 | 10 | 44 | 18 | 2D | 34 | 32 |
| Octal | 302 | 242 | 77 | 0 | 20 | 104 | 30 | 55 | 64 | 62 |
| Binary | 11000010 | 10100010 | 111111 | 0 | 10000 | 1000100 | 11000 | 101101 | 110100 | 110010 |
Color Harmonies of #C2A23F
Complementary color
Monochromatic Colors of #C2A23F
Black with #C2A23F
Text Example
Text Example
White with #C2A23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A23F; }
p { color: rgb(194,162,63); }
H1.HeaderClassName
{
color: #C2A23F;
}
.AnyTagClassName
{
color: #C2A23F;
}
</style>
background-color css
<style>
a { background-color: #C2A23F; }
a { background-color: rgb(194,162,63); }
div.DivClassName
{
background-color: #C2A23F;
}
.BgClassName
{
background-color: #C2A23F;
}
</style>
border-color css
<style>
span { border-color: #C2A23F; }
span { border-color: rgb(194,162,63); }
td.TdClassName
{
border-color: #C2A23F;
}
.TagClassName
{
border-color: #C2A23F;
}
</style>