Shades of Sundance #C8B056
Tints of Sundance #C8B056
RGB
CMYK
RGB Variations
Color information
#C8B056 (or 0xC8B056) is known color: Sundance. HEX triplet: C8, B0 and 56. RGB value is (200,176,86). Sum of RGB (Red+Green+Blue) = 200+176+86=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B056 is #374FA9. Grayscale: #ADADAD. Windows color (decimal): -3624874 or 5681352. OLE color: 5681352.
HSL color Cylindrical-coordinate representation of color #C8B056: hue angle of 47.37º degrees, saturation: 0.51, 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 #C8B056 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 86 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.22 |
| HSL | 47.37º | 0.51% | 0.56% | - |
| HSV(B) | 47.37º | 0.57% | 0.78% | - |
| XYZ | 41.02 | 44 | 15.14 | - |
| YUV | 172.92 | 78.95 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 86 | 0 | 0.12 | 0.57 | 0.22 | 47.37 | 0.51 | 0.56 |
| Hex | C8 | B0 | 56 | 0 | C | 39 | 16 | 2F | 33 | 38 |
| Octal | 310 | 260 | 126 | 0 | 14 | 71 | 26 | 57 | 63 | 70 |
| Binary | 11001000 | 10110000 | 1010110 | 0 | 1100 | 111001 | 10110 | 101111 | 110011 | 111000 |
Color Harmonies of #C8B056
Complementary color
Monochromatic Colors of #C8B056
Black with #C8B056
Text Example
Text Example
White with #C8B056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B056; }
p { color: rgb(200,176,86); }
H1.HeaderClassName
{
color: #C8B056;
}
.AnyTagClassName
{
color: #C8B056;
}
</style>
background-color css
<style>
a { background-color: #C8B056; }
a { background-color: rgb(200,176,86); }
div.DivClassName
{
background-color: #C8B056;
}
.BgClassName
{
background-color: #C8B056;
}
</style>
border-color css
<style>
span { border-color: #C8B056; }
span { border-color: rgb(200,176,86); }
td.TdClassName
{
border-color: #C8B056;
}
.TagClassName
{
border-color: #C8B056;
}
</style>