Shades of Sundance #C7AF47
Tints of Sundance #C7AF47
RGB
CMYK
RGB Variations
Color information
#C7AF47 (or 0xC7AF47) is known color: Sundance. HEX triplet: C7, AF and 47. RGB value is (199,175,71). Sum of RGB (Red+Green+Blue) = 199+175+71=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF47 is #3850B8. Grayscale: #AAAAAA. Windows color (decimal): -3690681 or 4698055. OLE color: 4698055.
HSL color Cylindrical-coordinate representation of color #C7AF47: hue angle of 48.75º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7AF47 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 71 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.22 |
| HSL | 48.75º | 0.53% | 0.53% | - |
| HSV(B) | 48.75º | 0.64% | 0.78% | - |
| XYZ | 40.02 | 43.26 | 12.2 | - |
| YUV | 170.32 | 71.95 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 71 | 0 | 0.12 | 0.64 | 0.22 | 48.75 | 0.53 | 0.53 |
| Hex | C7 | AF | 47 | 0 | C | 40 | 16 | 31 | 35 | 35 |
| Octal | 307 | 257 | 107 | 0 | 14 | 100 | 26 | 61 | 65 | 65 |
| Binary | 11000111 | 10101111 | 1000111 | 0 | 1100 | 1000000 | 10110 | 110001 | 110101 | 110101 |
Color Harmonies of #C7AF47
Complementary color
Monochromatic Colors of #C7AF47
Black with #C7AF47
Text Example
Text Example
White with #C7AF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF47; }
p { color: rgb(199,175,71); }
H1.HeaderClassName
{
color: #C7AF47;
}
.AnyTagClassName
{
color: #C7AF47;
}
</style>
background-color css
<style>
a { background-color: #C7AF47; }
a { background-color: rgb(199,175,71); }
div.DivClassName
{
background-color: #C7AF47;
}
.BgClassName
{
background-color: #C7AF47;
}
</style>
border-color css
<style>
span { border-color: #C7AF47; }
span { border-color: rgb(199,175,71); }
td.TdClassName
{
border-color: #C7AF47;
}
.TagClassName
{
border-color: #C7AF47;
}
</style>