Shades of Sundance #C8BB50
Tints of Sundance #C8BB50
RGB
CMYK
RGB Variations
Color information
#C8BB50 (or 0xC8BB50) is known color: Sundance. HEX triplet: C8, BB and 50. RGB value is (200,187,80). Sum of RGB (Red+Green+Blue) = 200+187+80=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BB50 is #3744AF. Grayscale: #B3B3B3. Windows color (decimal): -3622064 or 5290952. OLE color: 5290952.
HSL color Cylindrical-coordinate representation of color #C8BB50: hue angle of 53.5º degrees, saturation: 0.52, 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 #C8BB50 is Cyan = 0, Magento = 0.06, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 80 | - |
| CMYK | 0 | 0.06 | 0.6 | 0.22 |
| HSL | 53.5º | 0.52% | 0.55% | - |
| HSV(B) | 53.5º | 0.6% | 0.78% | - |
| XYZ | 43.04 | 48.4 | 14.66 | - |
| YUV | 178.69 | 72.31 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 80 | 0 | 0.06 | 0.6 | 0.22 | 53.5 | 0.52 | 0.55 |
| Hex | C8 | BB | 50 | 0 | 6 | 3C | 16 | 36 | 34 | 37 |
| Octal | 310 | 273 | 120 | 0 | 6 | 74 | 26 | 66 | 64 | 67 |
| Binary | 11001000 | 10111011 | 1010000 | 0 | 110 | 111100 | 10110 | 110110 | 110100 | 110111 |
Color Harmonies of #C8BB50
Complementary color
Monochromatic Colors of #C8BB50
Black with #C8BB50
Text Example
Text Example
White with #C8BB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB50; }
p { color: rgb(200,187,80); }
H1.HeaderClassName
{
color: #C8BB50;
}
.AnyTagClassName
{
color: #C8BB50;
}
</style>
background-color css
<style>
a { background-color: #C8BB50; }
a { background-color: rgb(200,187,80); }
div.DivClassName
{
background-color: #C8BB50;
}
.BgClassName
{
background-color: #C8BB50;
}
</style>
border-color css
<style>
span { border-color: #C8BB50; }
span { border-color: rgb(200,187,80); }
td.TdClassName
{
border-color: #C8BB50;
}
.TagClassName
{
border-color: #C8BB50;
}
</style>