Shades of Sundance #C2A445
Tints of Sundance #C2A445
RGB
CMYK
RGB Variations
Color information
#C2A445 (or 0xC2A445) is known color: Sundance. HEX triplet: C2, A4 and 45. RGB value is (194,164,69). Sum of RGB (Red+Green+Blue) = 194+164+69=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A445 is #3D5BBA. Grayscale: #A2A2A2. Windows color (decimal): -4021179 or 4564162. OLE color: 4564162.
HSL color Cylindrical-coordinate representation of color #C2A445: hue angle of 45.6º 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 #C2A445 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 69 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.24 |
| HSL | 45.6º | 0.51% | 0.52% | - |
| HSV(B) | 45.6º | 0.64% | 0.76% | - |
| XYZ | 36.6 | 38.45 | 11.12 | - |
| YUV | 162.14 | 75.44 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 69 | 0 | 0.15 | 0.64 | 0.24 | 45.6 | 0.51 | 0.52 |
| Hex | C2 | A4 | 45 | 0 | F | 40 | 18 | 2E | 33 | 34 |
| Octal | 302 | 244 | 105 | 0 | 17 | 100 | 30 | 56 | 63 | 64 |
| Binary | 11000010 | 10100100 | 1000101 | 0 | 1111 | 1000000 | 11000 | 101110 | 110011 | 110100 |
Color Harmonies of #C2A445
Complementary color
Monochromatic Colors of #C2A445
Black with #C2A445
Text Example
Text Example
White with #C2A445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A445; }
p { color: rgb(194,164,69); }
H1.HeaderClassName
{
color: #C2A445;
}
.AnyTagClassName
{
color: #C2A445;
}
</style>
background-color css
<style>
a { background-color: #C2A445; }
a { background-color: rgb(194,164,69); }
div.DivClassName
{
background-color: #C2A445;
}
.BgClassName
{
background-color: #C2A445;
}
</style>
border-color css
<style>
span { border-color: #C2A445; }
span { border-color: rgb(194,164,69); }
td.TdClassName
{
border-color: #C2A445;
}
.TagClassName
{
border-color: #C2A445;
}
</style>