Shades of Sundance #C7A84A
Tints of Sundance #C7A84A
RGB
CMYK
RGB Variations
Color information
#C7A84A (or 0xC7A84A) is known color: Sundance. HEX triplet: C7, A8 and 4A. RGB value is (199,168,74). Sum of RGB (Red+Green+Blue) = 199+168+74=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A84A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A84A is #3857B5. Grayscale: #A6A6A6. Windows color (decimal): -3692470 or 4892871. OLE color: 4892871.
HSL color Cylindrical-coordinate representation of color #C7A84A: hue angle of 45.12º 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 #C7A84A is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 74 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.22 |
| HSL | 45.12º | 0.53% | 0.54% | - |
| HSV(B) | 45.12º | 0.63% | 0.78% | - |
| XYZ | 38.79 | 40.64 | 12.28 | - |
| YUV | 166.55 | 75.77 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 74 | 0 | 0.16 | 0.63 | 0.22 | 45.12 | 0.53 | 0.54 |
| Hex | C7 | A8 | 4A | 0 | 10 | 3F | 16 | 2D | 35 | 36 |
| Octal | 307 | 250 | 112 | 0 | 20 | 77 | 26 | 55 | 65 | 66 |
| Binary | 11000111 | 10101000 | 1001010 | 0 | 10000 | 111111 | 10110 | 101101 | 110101 | 110110 |
Color Harmonies of #C7A84A
Complementary color
Monochromatic Colors of #C7A84A
Black with #C7A84A
Text Example
Text Example
White with #C7A84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A84A; }
p { color: rgb(199,168,74); }
H1.HeaderClassName
{
color: #C7A84A;
}
.AnyTagClassName
{
color: #C7A84A;
}
</style>
background-color css
<style>
a { background-color: #C7A84A; }
a { background-color: rgb(199,168,74); }
div.DivClassName
{
background-color: #C7A84A;
}
.BgClassName
{
background-color: #C7A84A;
}
</style>
border-color css
<style>
span { border-color: #C7A84A; }
span { border-color: rgb(199,168,74); }
td.TdClassName
{
border-color: #C7A84A;
}
.TagClassName
{
border-color: #C7A84A;
}
</style>