Shades of Sundance #C6B458
Tints of Sundance #C6B458
RGB
CMYK
RGB Variations
Color information
#C6B458 (or 0xC6B458) is known color: Sundance. HEX triplet: C6, B4 and 58. RGB value is (198,180,88). Sum of RGB (Red+Green+Blue) = 198+180+88=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B458 is #394BA7. Grayscale: #AFAFAF. Windows color (decimal): -3754920 or 5813446. OLE color: 5813446.
HSL color Cylindrical-coordinate representation of color #C6B458: hue angle of 50.18º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6B458 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 180 | 88 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.22 |
| HSL | 50.18º | 0.49% | 0.56% | - |
| HSV(B) | 50.18º | 0.56% | 0.78% | - |
| XYZ | 41.37 | 45.35 | 15.81 | - |
| YUV | 174.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 180 | 88 | 0 | 0.09 | 0.56 | 0.22 | 50.18 | 0.49 | 0.56 |
| Hex | C6 | B4 | 58 | 0 | 9 | 38 | 16 | 32 | 31 | 38 |
| Octal | 306 | 264 | 130 | 0 | 11 | 70 | 26 | 62 | 61 | 70 |
| Binary | 11000110 | 10110100 | 1011000 | 0 | 1001 | 111000 | 10110 | 110010 | 110001 | 111000 |
Color Harmonies of #C6B458
Complementary color
Monochromatic Colors of #C6B458
Black with #C6B458
Text Example
Text Example
White with #C6B458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B458; }
p { color: rgb(198,180,88); }
H1.HeaderClassName
{
color: #C6B458;
}
.AnyTagClassName
{
color: #C6B458;
}
</style>
background-color css
<style>
a { background-color: #C6B458; }
a { background-color: rgb(198,180,88); }
div.DivClassName
{
background-color: #C6B458;
}
.BgClassName
{
background-color: #C6B458;
}
</style>
border-color css
<style>
span { border-color: #C6B458; }
span { border-color: rgb(198,180,88); }
td.TdClassName
{
border-color: #C6B458;
}
.TagClassName
{
border-color: #C6B458;
}
</style>