Shades of Sundance #C6B056
Tints of Sundance #C6B056
RGB
CMYK
RGB Variations
Color information
#C6B056 (or 0xC6B056) is known color: Sundance. HEX triplet: C6, B0 and 56. RGB value is (198,176,86). Sum of RGB (Red+Green+Blue) = 198+176+86=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B056 is #394FA9. Grayscale: #ACACAC. Windows color (decimal): -3755946 or 5681350. OLE color: 5681350.
HSL color Cylindrical-coordinate representation of color #C6B056: hue angle of 48.21º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6B056 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 176 | 86 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.22 |
| HSL | 48.21º | 0.5% | 0.56% | - |
| HSV(B) | 48.21º | 0.57% | 0.78% | - |
| XYZ | 40.49 | 43.73 | 15.11 | - |
| YUV | 172.32 | 79.29 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 176 | 86 | 0 | 0.11 | 0.57 | 0.22 | 48.21 | 0.5 | 0.56 |
| Hex | C6 | B0 | 56 | 0 | B | 39 | 16 | 30 | 32 | 38 |
| Octal | 306 | 260 | 126 | 0 | 13 | 71 | 26 | 60 | 62 | 70 |
| Binary | 11000110 | 10110000 | 1010110 | 0 | 1011 | 111001 | 10110 | 110000 | 110010 | 111000 |
Color Harmonies of #C6B056
Complementary color
Monochromatic Colors of #C6B056
Black with #C6B056
Text Example
Text Example
White with #C6B056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B056; }
p { color: rgb(198,176,86); }
H1.HeaderClassName
{
color: #C6B056;
}
.AnyTagClassName
{
color: #C6B056;
}
</style>
background-color css
<style>
a { background-color: #C6B056; }
a { background-color: rgb(198,176,86); }
div.DivClassName
{
background-color: #C6B056;
}
.BgClassName
{
background-color: #C6B056;
}
</style>
border-color css
<style>
span { border-color: #C6B056; }
span { border-color: rgb(198,176,86); }
td.TdClassName
{
border-color: #C6B056;
}
.TagClassName
{
border-color: #C6B056;
}
</style>