Shades of Sundance #C2A243
Tints of Sundance #C2A243
RGB
CMYK
RGB Variations
Color information
#C2A243 (or 0xC2A243) is known color: Sundance. HEX triplet: C2, A2 and 43. RGB value is (194,162,67). Sum of RGB (Red+Green+Blue) = 194+162+67=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A243 is #3D5DBC. Grayscale: #A1A1A1. Windows color (decimal): -4021693 or 4432578. OLE color: 4432578.
HSL color Cylindrical-coordinate representation of color #C2A243: hue angle of 44.88º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2A243 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 67 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.24 |
| HSL | 44.88º | 0.51% | 0.51% | - |
| HSV(B) | 44.88º | 0.65% | 0.76% | - |
| XYZ | 36.18 | 37.72 | 10.68 | - |
| YUV | 160.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 67 | 0 | 0.16 | 0.65 | 0.24 | 44.88 | 0.51 | 0.51 |
| Hex | C2 | A2 | 43 | 0 | 10 | 41 | 18 | 2D | 33 | 33 |
| Octal | 302 | 242 | 103 | 0 | 20 | 101 | 30 | 55 | 63 | 63 |
| Binary | 11000010 | 10100010 | 1000011 | 0 | 10000 | 1000001 | 11000 | 101101 | 110011 | 110011 |
Color Harmonies of #C2A243
Complementary color
Monochromatic Colors of #C2A243
Black with #C2A243
Text Example
Text Example
White with #C2A243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A243; }
p { color: rgb(194,162,67); }
H1.HeaderClassName
{
color: #C2A243;
}
.AnyTagClassName
{
color: #C2A243;
}
</style>
background-color css
<style>
a { background-color: #C2A243; }
a { background-color: rgb(194,162,67); }
div.DivClassName
{
background-color: #C2A243;
}
.BgClassName
{
background-color: #C2A243;
}
</style>
border-color css
<style>
span { border-color: #C2A243; }
span { border-color: rgb(194,162,67); }
td.TdClassName
{
border-color: #C2A243;
}
.TagClassName
{
border-color: #C2A243;
}
</style>