Shades of Sundance #C2A645
Tints of Sundance #C2A645
RGB
CMYK
RGB Variations
Color information
#C2A645 (or 0xC2A645) is known color: Sundance. HEX triplet: C2, A6 and 45. RGB value is (194,166,69). Sum of RGB (Red+Green+Blue) = 194+166+69=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A645 is #3D59BA. Grayscale: #A3A3A3. Windows color (decimal): -4020667 or 4564674. OLE color: 4564674.
HSL color Cylindrical-coordinate representation of color #C2A645: hue angle of 46.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2A645 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 69 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.24 |
| HSL | 46.56º | 0.51% | 0.52% | - |
| HSV(B) | 46.56º | 0.64% | 0.76% | - |
| XYZ | 36.96 | 39.17 | 11.24 | - |
| YUV | 163.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 69 | 0 | 0.14 | 0.64 | 0.24 | 46.56 | 0.51 | 0.52 |
| Hex | C2 | A6 | 45 | 0 | E | 40 | 18 | 2F | 33 | 34 |
| Octal | 302 | 246 | 105 | 0 | 16 | 100 | 30 | 57 | 63 | 64 |
| Binary | 11000010 | 10100110 | 1000101 | 0 | 1110 | 1000000 | 11000 | 101111 | 110011 | 110100 |
Color Harmonies of #C2A645
Complementary color
Monochromatic Colors of #C2A645
Black with #C2A645
Text Example
Text Example
White with #C2A645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A645; }
p { color: rgb(194,166,69); }
H1.HeaderClassName
{
color: #C2A645;
}
.AnyTagClassName
{
color: #C2A645;
}
</style>
background-color css
<style>
a { background-color: #C2A645; }
a { background-color: rgb(194,166,69); }
div.DivClassName
{
background-color: #C2A645;
}
.BgClassName
{
background-color: #C2A645;
}
</style>
border-color css
<style>
span { border-color: #C2A645; }
span { border-color: rgb(194,166,69); }
td.TdClassName
{
border-color: #C2A645;
}
.TagClassName
{
border-color: #C2A645;
}
</style>