Shades of Sundance #C6A542
Tints of Sundance #C6A542
RGB
CMYK
RGB Variations
Color information
#C6A542 (or 0xC6A542) is known color: Sundance. HEX triplet: C6, A5 and 42. RGB value is (198,165,66). Sum of RGB (Red+Green+Blue) = 198+165+66=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A542 is #395ABD. Grayscale: #A4A4A4. Windows color (decimal): -3758782 or 4367814. OLE color: 4367814.
HSL color Cylindrical-coordinate representation of color #C6A542: hue angle of 45º 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 #C6A542 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 165 | 66 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.22 |
| HSL | 45º | 0.54% | 0.52% | - |
| HSV(B) | 45º | 0.67% | 0.78% | - |
| XYZ | 37.73 | 39.31 | 10.75 | - |
| YUV | 163.58 | 72.93 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 165 | 66 | 0 | 0.17 | 0.67 | 0.22 | 45 | 0.54 | 0.52 |
| Hex | C6 | A5 | 42 | 0 | 11 | 43 | 16 | 2D | 36 | 34 |
| Octal | 306 | 245 | 102 | 0 | 21 | 103 | 26 | 55 | 66 | 64 |
| Binary | 11000110 | 10100101 | 1000010 | 0 | 10001 | 1000011 | 10110 | 101101 | 110110 | 110100 |
Color Harmonies of #C6A542
Complementary color
Monochromatic Colors of #C6A542
Black with #C6A542
Text Example
Text Example
White with #C6A542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A542; }
p { color: rgb(198,165,66); }
H1.HeaderClassName
{
color: #C6A542;
}
.AnyTagClassName
{
color: #C6A542;
}
</style>
background-color css
<style>
a { background-color: #C6A542; }
a { background-color: rgb(198,165,66); }
div.DivClassName
{
background-color: #C6A542;
}
.BgClassName
{
background-color: #C6A542;
}
</style>
border-color css
<style>
span { border-color: #C6A542; }
span { border-color: rgb(198,165,66); }
td.TdClassName
{
border-color: #C6A542;
}
.TagClassName
{
border-color: #C6A542;
}
</style>