Shades of Sundance #C7AC42
Tints of Sundance #C7AC42
RGB
CMYK
RGB Variations
Color information
#C7AC42 (or 0xC7AC42) is known color: Sundance. HEX triplet: C7, AC and 42. RGB value is (199,172,66). Sum of RGB (Red+Green+Blue) = 199+172+66=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AC42 is #3853BD. Grayscale: #A8A8A8. Windows color (decimal): -3691454 or 4369607. OLE color: 4369607.
HSL color Cylindrical-coordinate representation of color #C7AC42: hue angle of 47.82º 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 #C7AC42 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 172 | 66 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.22 |
| HSL | 47.82º | 0.54% | 0.52% | - |
| HSV(B) | 47.82º | 0.67% | 0.78% | - |
| XYZ | 39.29 | 42.04 | 11.2 | - |
| YUV | 167.99 | 70.45 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 172 | 66 | 0 | 0.14 | 0.67 | 0.22 | 47.82 | 0.54 | 0.52 |
| Hex | C7 | AC | 42 | 0 | E | 43 | 16 | 30 | 36 | 34 |
| Octal | 307 | 254 | 102 | 0 | 16 | 103 | 26 | 60 | 66 | 64 |
| Binary | 11000111 | 10101100 | 1000010 | 0 | 1110 | 1000011 | 10110 | 110000 | 110110 | 110100 |
Color Harmonies of #C7AC42
Complementary color
Monochromatic Colors of #C7AC42
Black with #C7AC42
Text Example
Text Example
White with #C7AC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AC42; }
p { color: rgb(199,172,66); }
H1.HeaderClassName
{
color: #C7AC42;
}
.AnyTagClassName
{
color: #C7AC42;
}
</style>
background-color css
<style>
a { background-color: #C7AC42; }
a { background-color: rgb(199,172,66); }
div.DivClassName
{
background-color: #C7AC42;
}
.BgClassName
{
background-color: #C7AC42;
}
</style>
border-color css
<style>
span { border-color: #C7AC42; }
span { border-color: rgb(199,172,66); }
td.TdClassName
{
border-color: #C7AC42;
}
.TagClassName
{
border-color: #C7AC42;
}
</style>