Shades of Sundance #C7A249
Tints of Sundance #C7A249
RGB
CMYK
RGB Variations
Color information
#C7A249 (or 0xC7A249) is known color: Sundance. HEX triplet: C7, A2 and 49. RGB value is (199,162,73). Sum of RGB (Red+Green+Blue) = 199+162+73=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A249 is #385DB6. Grayscale: #A3A3A3. Windows color (decimal): -3694007 or 4825799. OLE color: 4825799.
HSL color Cylindrical-coordinate representation of color #C7A249: hue angle of 42.38º 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 #C7A249 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 73 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.22 |
| HSL | 42.38º | 0.53% | 0.53% | - |
| HSV(B) | 42.38º | 0.63% | 0.78% | - |
| XYZ | 37.68 | 38.46 | 11.74 | - |
| YUV | 162.92 | 77.26 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 73 | 0 | 0.19 | 0.63 | 0.22 | 42.38 | 0.53 | 0.53 |
| Hex | C7 | A2 | 49 | 0 | 13 | 3F | 16 | 2A | 35 | 35 |
| Octal | 307 | 242 | 111 | 0 | 23 | 77 | 26 | 52 | 65 | 65 |
| Binary | 11000111 | 10100010 | 1001001 | 0 | 10011 | 111111 | 10110 | 101010 | 110101 | 110101 |
Color Harmonies of #C7A249
Complementary color
Monochromatic Colors of #C7A249
Black with #C7A249
Text Example
Text Example
White with #C7A249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A249; }
p { color: rgb(199,162,73); }
H1.HeaderClassName
{
color: #C7A249;
}
.AnyTagClassName
{
color: #C7A249;
}
</style>
background-color css
<style>
a { background-color: #C7A249; }
a { background-color: rgb(199,162,73); }
div.DivClassName
{
background-color: #C7A249;
}
.BgClassName
{
background-color: #C7A249;
}
</style>
border-color css
<style>
span { border-color: #C7A249; }
span { border-color: rgb(199,162,73); }
td.TdClassName
{
border-color: #C7A249;
}
.TagClassName
{
border-color: #C7A249;
}
</style>