Shades of Sundance #C7A34A
Tints of Sundance #C7A34A
RGB
CMYK
RGB Variations
Color information
#C7A34A (or 0xC7A34A) is known color: Sundance. HEX triplet: C7, A3 and 4A. RGB value is (199,163,74). Sum of RGB (Red+Green+Blue) = 199+163+74=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A34A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A34A is #385CB5. Grayscale: #A4A4A4. Windows color (decimal): -3693750 or 4891591. OLE color: 4891591.
HSL color Cylindrical-coordinate representation of color #C7A34A: hue angle of 42.72º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7A34A is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 74 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.22 |
| HSL | 42.72º | 0.53% | 0.54% | - |
| HSV(B) | 42.72º | 0.63% | 0.78% | - |
| XYZ | 37.89 | 38.83 | 11.98 | - |
| YUV | 163.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 74 | 0 | 0.18 | 0.63 | 0.22 | 42.72 | 0.53 | 0.54 |
| Hex | C7 | A3 | 4A | 0 | 12 | 3F | 16 | 2B | 35 | 36 |
| Octal | 307 | 243 | 112 | 0 | 22 | 77 | 26 | 53 | 65 | 66 |
| Binary | 11000111 | 10100011 | 1001010 | 0 | 10010 | 111111 | 10110 | 101011 | 110101 | 110110 |
Color Harmonies of #C7A34A
Complementary color
Monochromatic Colors of #C7A34A
Black with #C7A34A
Text Example
Text Example
White with #C7A34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A34A; }
p { color: rgb(199,163,74); }
H1.HeaderClassName
{
color: #C7A34A;
}
.AnyTagClassName
{
color: #C7A34A;
}
</style>
background-color css
<style>
a { background-color: #C7A34A; }
a { background-color: rgb(199,163,74); }
div.DivClassName
{
background-color: #C7A34A;
}
.BgClassName
{
background-color: #C7A34A;
}
</style>
border-color css
<style>
span { border-color: #C7A34A; }
span { border-color: rgb(199,163,74); }
td.TdClassName
{
border-color: #C7A34A;
}
.TagClassName
{
border-color: #C7A34A;
}
</style>