Shades of Sundance #C6B150
Tints of Sundance #C6B150
RGB
CMYK
RGB Variations
Color information
#C6B150 (or 0xC6B150) is known color: Sundance. HEX triplet: C6, B1 and 50. RGB value is (198,177,80). Sum of RGB (Red+Green+Blue) = 198+177+80=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B150 is #394EAF. Grayscale: #ACACAC. Windows color (decimal): -3755696 or 5288390. OLE color: 5288390.
HSL color Cylindrical-coordinate representation of color #C6B150: hue angle of 49.32º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6B150 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 177 | 80 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.22 |
| HSL | 49.32º | 0.51% | 0.55% | - |
| HSV(B) | 49.32º | 0.6% | 0.78% | - |
| XYZ | 40.46 | 44.03 | 13.96 | - |
| YUV | 172.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 177 | 80 | 0 | 0.11 | 0.60 | 0.22 | 49.32 | 0.51 | 0.55 |
| Hex | C6 | B1 | 50 | 0 | B | 3C | 16 | 31 | 33 | 37 |
| Octal | 306 | 261 | 120 | 0 | 13 | 74 | 26 | 61 | 63 | 67 |
| Binary | 11000110 | 10110001 | 1010000 | 0 | 1011 | 111100 | 10110 | 110001 | 110011 | 110111 |
Color Harmonies of #C6B150
Complementary color
Monochromatic Colors of #C6B150
Black with #C6B150
Text Example
Text Example
White with #C6B150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B150; }
p { color: rgb(198,177,80); }
H1.HeaderClassName
{
color: #C6B150;
}
.AnyTagClassName
{
color: #C6B150;
}
</style>
background-color css
<style>
a { background-color: #C6B150; }
a { background-color: rgb(198,177,80); }
div.DivClassName
{
background-color: #C6B150;
}
.BgClassName
{
background-color: #C6B150;
}
</style>
border-color css
<style>
span { border-color: #C6B150; }
span { border-color: rgb(198,177,80); }
td.TdClassName
{
border-color: #C6B150;
}
.TagClassName
{
border-color: #C6B150;
}
</style>