Shades of Sundance #C6AF42
Tints of Sundance #C6AF42
RGB
CMYK
RGB Variations
Color information
#C6AF42 (or 0xC6AF42) is known color: Sundance. HEX triplet: C6, AF and 42. RGB value is (198,175,66). Sum of RGB (Red+Green+Blue) = 198+175+66=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF42 is #3950BD. Grayscale: #A9A9A9. Windows color (decimal): -3756222 or 4370374. OLE color: 4370374.
HSL color Cylindrical-coordinate representation of color #C6AF42: hue angle of 49.55º 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 #C6AF42 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 66 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.22 |
| HSL | 49.55º | 0.54% | 0.52% | - |
| HSV(B) | 49.55º | 0.67% | 0.78% | - |
| XYZ | 39.6 | 43.06 | 11.38 | - |
| YUV | 169.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 66 | 0 | 0.12 | 0.67 | 0.22 | 49.55 | 0.54 | 0.52 |
| Hex | C6 | AF | 42 | 0 | C | 43 | 16 | 32 | 36 | 34 |
| Octal | 306 | 257 | 102 | 0 | 14 | 103 | 26 | 62 | 66 | 64 |
| Binary | 11000110 | 10101111 | 1000010 | 0 | 1100 | 1000011 | 10110 | 110010 | 110110 | 110100 |
Color Harmonies of #C6AF42
Complementary color
Monochromatic Colors of #C6AF42
Black with #C6AF42
Text Example
Text Example
White with #C6AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF42; }
p { color: rgb(198,175,66); }
H1.HeaderClassName
{
color: #C6AF42;
}
.AnyTagClassName
{
color: #C6AF42;
}
</style>
background-color css
<style>
a { background-color: #C6AF42; }
a { background-color: rgb(198,175,66); }
div.DivClassName
{
background-color: #C6AF42;
}
.BgClassName
{
background-color: #C6AF42;
}
</style>
border-color css
<style>
span { border-color: #C6AF42; }
span { border-color: rgb(198,175,66); }
td.TdClassName
{
border-color: #C6AF42;
}
.TagClassName
{
border-color: #C6AF42;
}
</style>