Shades of Sundance #C7AB4E
Tints of Sundance #C7AB4E
RGB
CMYK
RGB Variations
Color information
#C7AB4E (or 0xC7AB4E) is known color: Sundance. HEX triplet: C7, AB and 4E. RGB value is (199,171,78). Sum of RGB (Red+Green+Blue) = 199+171+78=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB4E is #3854B1. Grayscale: #A9A9A9. Windows color (decimal): -3691698 or 5155783. OLE color: 5155783.
HSL color Cylindrical-coordinate representation of color #C7AB4E: hue angle of 46.12º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7AB4E is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 171 | 78 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.22 |
| HSL | 46.12º | 0.52% | 0.54% | - |
| HSV(B) | 46.12º | 0.61% | 0.78% | - |
| XYZ | 39.49 | 41.82 | 13.2 | - |
| YUV | 168.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 78 | 0 | 0.14 | 0.61 | 0.22 | 46.12 | 0.52 | 0.54 |
| Hex | C7 | AB | 4E | 0 | E | 3D | 16 | 2E | 34 | 36 |
| Octal | 307 | 253 | 116 | 0 | 16 | 75 | 26 | 56 | 64 | 66 |
| Binary | 11000111 | 10101011 | 1001110 | 0 | 1110 | 111101 | 10110 | 101110 | 110100 | 110110 |
Color Harmonies of #C7AB4E
Complementary color
Monochromatic Colors of #C7AB4E
Black with #C7AB4E
Text Example
Text Example
White with #C7AB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AB4E; }
p { color: rgb(199,171,78); }
H1.HeaderClassName
{
color: #C7AB4E;
}
.AnyTagClassName
{
color: #C7AB4E;
}
</style>
background-color css
<style>
a { background-color: #C7AB4E; }
a { background-color: rgb(199,171,78); }
div.DivClassName
{
background-color: #C7AB4E;
}
.BgClassName
{
background-color: #C7AB4E;
}
</style>
border-color css
<style>
span { border-color: #C7AB4E; }
span { border-color: rgb(199,171,78); }
td.TdClassName
{
border-color: #C7AB4E;
}
.TagClassName
{
border-color: #C7AB4E;
}
</style>