Shades of Sundance #C7AF4A
Tints of Sundance #C7AF4A
RGB
CMYK
RGB Variations
Color information
#C7AF4A (or 0xC7AF4A) is known color: Sundance. HEX triplet: C7, AF and 4A. RGB value is (199,175,74). Sum of RGB (Red+Green+Blue) = 199+175+74=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF4A is #3850B5. Grayscale: #ABABAB. Windows color (decimal): -3690678 or 4894663. OLE color: 4894663.
HSL color Cylindrical-coordinate representation of color #C7AF4A: hue angle of 48.48º 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 #C7AF4A is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 74 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.22 |
| HSL | 48.48º | 0.53% | 0.54% | - |
| HSV(B) | 48.48º | 0.63% | 0.78% | - |
| XYZ | 40.12 | 43.3 | 12.72 | - |
| YUV | 170.66 | 73.45 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 74 | 0 | 0.12 | 0.63 | 0.22 | 48.48 | 0.53 | 0.54 |
| Hex | C7 | AF | 4A | 0 | C | 3F | 16 | 30 | 35 | 36 |
| Octal | 307 | 257 | 112 | 0 | 14 | 77 | 26 | 60 | 65 | 66 |
| Binary | 11000111 | 10101111 | 1001010 | 0 | 1100 | 111111 | 10110 | 110000 | 110101 | 110110 |
Color Harmonies of #C7AF4A
Complementary color
Monochromatic Colors of #C7AF4A
Black with #C7AF4A
Text Example
Text Example
White with #C7AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF4A; }
p { color: rgb(199,175,74); }
H1.HeaderClassName
{
color: #C7AF4A;
}
.AnyTagClassName
{
color: #C7AF4A;
}
</style>
background-color css
<style>
a { background-color: #C7AF4A; }
a { background-color: rgb(199,175,74); }
div.DivClassName
{
background-color: #C7AF4A;
}
.BgClassName
{
background-color: #C7AF4A;
}
</style>
border-color css
<style>
span { border-color: #C7AF4A; }
span { border-color: rgb(199,175,74); }
td.TdClassName
{
border-color: #C7AF4A;
}
.TagClassName
{
border-color: #C7AF4A;
}
</style>