Shades of Sundance #C6A242
Tints of Sundance #C6A242
RGB
CMYK
RGB Variations
Color information
#C6A242 (or 0xC6A242) is known color: Sundance. HEX triplet: C6, A2 and 42. RGB value is (198,162,66). Sum of RGB (Red+Green+Blue) = 198+162+66=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A242 is #395DBD. Grayscale: #A2A2A2. Windows color (decimal): -3759550 or 4367046. OLE color: 4367046.
HSL color Cylindrical-coordinate representation of color #C6A242: hue angle of 43.64º 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 #C6A242 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 162 | 66 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.22 |
| HSL | 43.64º | 0.54% | 0.52% | - |
| HSV(B) | 43.64º | 0.67% | 0.78% | - |
| XYZ | 37.19 | 38.24 | 10.58 | - |
| YUV | 161.82 | 73.93 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 162 | 66 | 0 | 0.18 | 0.67 | 0.22 | 43.64 | 0.54 | 0.52 |
| Hex | C6 | A2 | 42 | 0 | 12 | 43 | 16 | 2C | 36 | 34 |
| Octal | 306 | 242 | 102 | 0 | 22 | 103 | 26 | 54 | 66 | 64 |
| Binary | 11000110 | 10100010 | 1000010 | 0 | 10010 | 1000011 | 10110 | 101100 | 110110 | 110100 |
Color Harmonies of #C6A242
Complementary color
Monochromatic Colors of #C6A242
Black with #C6A242
Text Example
Text Example
White with #C6A242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A242; }
p { color: rgb(198,162,66); }
H1.HeaderClassName
{
color: #C6A242;
}
.AnyTagClassName
{
color: #C6A242;
}
</style>
background-color css
<style>
a { background-color: #C6A242; }
a { background-color: rgb(198,162,66); }
div.DivClassName
{
background-color: #C6A242;
}
.BgClassName
{
background-color: #C6A242;
}
</style>
border-color css
<style>
span { border-color: #C6A242; }
span { border-color: rgb(198,162,66); }
td.TdClassName
{
border-color: #C6A242;
}
.TagClassName
{
border-color: #C6A242;
}
</style>