Shades of Sundance #C7AA42
Tints of Sundance #C7AA42
RGB
CMYK
RGB Variations
Color information
#C7AA42 (or 0xC7AA42) is known color: Sundance. HEX triplet: C7, AA and 42. RGB value is (199,170,66). Sum of RGB (Red+Green+Blue) = 199+170+66=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AA42 is #3855BD. Grayscale: #A7A7A7. Windows color (decimal): -3691966 or 4369095. OLE color: 4369095.
HSL color Cylindrical-coordinate representation of color #C7AA42: hue angle of 46.92º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7AA42 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 170 | 66 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.22 |
| HSL | 46.92º | 0.54% | 0.52% | - |
| HSV(B) | 46.92º | 0.67% | 0.78% | - |
| XYZ | 38.91 | 41.28 | 11.07 | - |
| YUV | 166.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 66 | 0 | 0.15 | 0.67 | 0.22 | 46.92 | 0.54 | 0.52 |
| Hex | C7 | AA | 42 | 0 | F | 43 | 16 | 2F | 36 | 34 |
| Octal | 307 | 252 | 102 | 0 | 17 | 103 | 26 | 57 | 66 | 64 |
| Binary | 11000111 | 10101010 | 1000010 | 0 | 1111 | 1000011 | 10110 | 101111 | 110110 | 110100 |
Color Harmonies of #C7AA42
Complementary color
Monochromatic Colors of #C7AA42
Black with #C7AA42
Text Example
Text Example
White with #C7AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AA42; }
p { color: rgb(199,170,66); }
H1.HeaderClassName
{
color: #C7AA42;
}
.AnyTagClassName
{
color: #C7AA42;
}
</style>
background-color css
<style>
a { background-color: #C7AA42; }
a { background-color: rgb(199,170,66); }
div.DivClassName
{
background-color: #C7AA42;
}
.BgClassName
{
background-color: #C7AA42;
}
</style>
border-color css
<style>
span { border-color: #C7AA42; }
span { border-color: rgb(199,170,66); }
td.TdClassName
{
border-color: #C7AA42;
}
.TagClassName
{
border-color: #C7AA42;
}
</style>