Shades of Sundance #C7AD51
Tints of Sundance #C7AD51
RGB
CMYK
RGB Variations
Color information
#C7AD51 (or 0xC7AD51) is known color: Sundance. HEX triplet: C7, AD and 51. RGB value is (199,173,81). Sum of RGB (Red+Green+Blue) = 199+173+81=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AD51 is #3852AE. Grayscale: #AAAAAA. Windows color (decimal): -3691183 or 5352903. OLE color: 5352903.
HSL color Cylindrical-coordinate representation of color #C7AD51: hue angle of 46.78º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C7AD51 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 81 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.22 |
| HSL | 46.78º | 0.51% | 0.55% | - |
| HSV(B) | 46.78º | 0.59% | 0.78% | - |
| XYZ | 39.98 | 42.62 | 13.9 | - |
| YUV | 170.29 | 77.61 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 81 | 0 | 0.13 | 0.59 | 0.22 | 46.78 | 0.51 | 0.55 |
| Hex | C7 | AD | 51 | 0 | D | 3B | 16 | 2F | 33 | 37 |
| Octal | 307 | 255 | 121 | 0 | 15 | 73 | 26 | 57 | 63 | 67 |
| Binary | 11000111 | 10101101 | 1010001 | 0 | 1101 | 111011 | 10110 | 101111 | 110011 | 110111 |
Color Harmonies of #C7AD51
Complementary color
Monochromatic Colors of #C7AD51
Black with #C7AD51
Text Example
Text Example
White with #C7AD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD51; }
p { color: rgb(199,173,81); }
H1.HeaderClassName
{
color: #C7AD51;
}
.AnyTagClassName
{
color: #C7AD51;
}
</style>
background-color css
<style>
a { background-color: #C7AD51; }
a { background-color: rgb(199,173,81); }
div.DivClassName
{
background-color: #C7AD51;
}
.BgClassName
{
background-color: #C7AD51;
}
</style>
border-color css
<style>
span { border-color: #C7AD51; }
span { border-color: rgb(199,173,81); }
td.TdClassName
{
border-color: #C7AD51;
}
.TagClassName
{
border-color: #C7AD51;
}
</style>