Shades of Sundance #C7A449
Tints of Sundance #C7A449
RGB
CMYK
RGB Variations
Color information
#C7A449 (or 0xC7A449) is known color: Sundance. HEX triplet: C7, A4 and 49. RGB value is (199,164,73). Sum of RGB (Red+Green+Blue) = 199+164+73=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A449 is #385BB6. Grayscale: #A4A4A4. Windows color (decimal): -3693495 or 4826311. OLE color: 4826311.
HSL color Cylindrical-coordinate representation of color #C7A449: hue angle of 43.33º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7A449 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 73 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.22 |
| HSL | 43.33º | 0.53% | 0.53% | - |
| HSV(B) | 43.33º | 0.63% | 0.78% | - |
| XYZ | 38.03 | 39.17 | 11.86 | - |
| YUV | 164.09 | 76.6 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 73 | 0 | 0.18 | 0.63 | 0.22 | 43.33 | 0.53 | 0.53 |
| Hex | C7 | A4 | 49 | 0 | 12 | 3F | 16 | 2B | 35 | 35 |
| Octal | 307 | 244 | 111 | 0 | 22 | 77 | 26 | 53 | 65 | 65 |
| Binary | 11000111 | 10100100 | 1001001 | 0 | 10010 | 111111 | 10110 | 101011 | 110101 | 110101 |
Color Harmonies of #C7A449
Complementary color
Monochromatic Colors of #C7A449
Black with #C7A449
Text Example
Text Example
White with #C7A449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A449; }
p { color: rgb(199,164,73); }
H1.HeaderClassName
{
color: #C7A449;
}
.AnyTagClassName
{
color: #C7A449;
}
</style>
background-color css
<style>
a { background-color: #C7A449; }
a { background-color: rgb(199,164,73); }
div.DivClassName
{
background-color: #C7A449;
}
.BgClassName
{
background-color: #C7A449;
}
</style>
border-color css
<style>
span { border-color: #C7A449; }
span { border-color: rgb(199,164,73); }
td.TdClassName
{
border-color: #C7A449;
}
.TagClassName
{
border-color: #C7A449;
}
</style>