Shades of Sundance #C2A045
Tints of Sundance #C2A045
RGB
CMYK
RGB Variations
Color information
#C2A045 (or 0xC2A045) is known color: Sundance. HEX triplet: C2, A0 and 45. RGB value is (194,160,69). Sum of RGB (Red+Green+Blue) = 194+160+69=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A045 is #3D5FBA. Grayscale: #A0A0A0. Windows color (decimal): -4022203 or 4563138. OLE color: 4563138.
HSL color Cylindrical-coordinate representation of color #C2A045: hue angle of 43.68º 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 #C2A045 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 69 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.24 |
| HSL | 43.68º | 0.51% | 0.52% | - |
| HSV(B) | 43.68º | 0.64% | 0.76% | - |
| XYZ | 35.89 | 37.04 | 10.89 | - |
| YUV | 159.79 | 76.76 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 69 | 0 | 0.18 | 0.64 | 0.24 | 43.68 | 0.51 | 0.52 |
| Hex | C2 | A0 | 45 | 0 | 12 | 40 | 18 | 2C | 33 | 34 |
| Octal | 302 | 240 | 105 | 0 | 22 | 100 | 30 | 54 | 63 | 64 |
| Binary | 11000010 | 10100000 | 1000101 | 0 | 10010 | 1000000 | 11000 | 101100 | 110011 | 110100 |
Color Harmonies of #C2A045
Complementary color
Monochromatic Colors of #C2A045
Black with #C2A045
Text Example
Text Example
White with #C2A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A045; }
p { color: rgb(194,160,69); }
H1.HeaderClassName
{
color: #C2A045;
}
.AnyTagClassName
{
color: #C2A045;
}
</style>
background-color css
<style>
a { background-color: #C2A045; }
a { background-color: rgb(194,160,69); }
div.DivClassName
{
background-color: #C2A045;
}
.BgClassName
{
background-color: #C2A045;
}
</style>
border-color css
<style>
span { border-color: #C2A045; }
span { border-color: rgb(194,160,69); }
td.TdClassName
{
border-color: #C2A045;
}
.TagClassName
{
border-color: #C2A045;
}
</style>