Shades of Sundance #C6A342
Tints of Sundance #C6A342
RGB
CMYK
RGB Variations
Color information
#C6A342 (or 0xC6A342) is known color: Sundance. HEX triplet: C6, A3 and 42. RGB value is (198,163,66). Sum of RGB (Red+Green+Blue) = 198+163+66=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A342 is #395CBD. Grayscale: #A2A2A2. Windows color (decimal): -3759294 or 4367302. OLE color: 4367302.
HSL color Cylindrical-coordinate representation of color #C6A342: hue angle of 44.09º 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 #C6A342 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 163 | 66 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.22 |
| HSL | 44.09º | 0.54% | 0.52% | - |
| HSV(B) | 44.09º | 0.67% | 0.78% | - |
| XYZ | 37.37 | 38.59 | 10.63 | - |
| YUV | 162.41 | 73.6 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 163 | 66 | 0 | 0.18 | 0.67 | 0.22 | 44.09 | 0.54 | 0.52 |
| Hex | C6 | A3 | 42 | 0 | 12 | 43 | 16 | 2C | 36 | 34 |
| Octal | 306 | 243 | 102 | 0 | 22 | 103 | 26 | 54 | 66 | 64 |
| Binary | 11000110 | 10100011 | 1000010 | 0 | 10010 | 1000011 | 10110 | 101100 | 110110 | 110100 |
Color Harmonies of #C6A342
Complementary color
Monochromatic Colors of #C6A342
Black with #C6A342
Text Example
Text Example
White with #C6A342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A342; }
p { color: rgb(198,163,66); }
H1.HeaderClassName
{
color: #C6A342;
}
.AnyTagClassName
{
color: #C6A342;
}
</style>
background-color css
<style>
a { background-color: #C6A342; }
a { background-color: rgb(198,163,66); }
div.DivClassName
{
background-color: #C6A342;
}
.BgClassName
{
background-color: #C6A342;
}
</style>
border-color css
<style>
span { border-color: #C6A342; }
span { border-color: rgb(198,163,66); }
td.TdClassName
{
border-color: #C6A342;
}
.TagClassName
{
border-color: #C6A342;
}
</style>