Shades of Sundance #C8B050
Tints of Sundance #C8B050
RGB
CMYK
RGB Variations
Color information
#C8B050 (or 0xC8B050) is known color: Sundance. HEX triplet: C8, B0 and 50. RGB value is (200,176,80). Sum of RGB (Red+Green+Blue) = 200+176+80=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B050 is #374FAF. Grayscale: #ACACAC. Windows color (decimal): -3624880 or 5288136. OLE color: 5288136.
HSL color Cylindrical-coordinate representation of color #C8B050: hue angle of 48º 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 #C8B050 is Cyan = 0, Magento = 0.12, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 80 | - |
| CMYK | 0 | 0.12 | 0.6 | 0.22 |
| HSL | 48º | 0.52% | 0.55% | - |
| HSV(B) | 48º | 0.6% | 0.78% | - |
| XYZ | 40.79 | 43.91 | 13.91 | - |
| YUV | 172.23 | 75.95 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 80 | 0 | 0.12 | 0.6 | 0.22 | 48 | 0.52 | 0.55 |
| Hex | C8 | B0 | 50 | 0 | C | 3C | 16 | 30 | 34 | 37 |
| Octal | 310 | 260 | 120 | 0 | 14 | 74 | 26 | 60 | 64 | 67 |
| Binary | 11001000 | 10110000 | 1010000 | 0 | 1100 | 111100 | 10110 | 110000 | 110100 | 110111 |
Color Harmonies of #C8B050
Complementary color
Monochromatic Colors of #C8B050
Black with #C8B050
Text Example
Text Example
White with #C8B050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B050; }
p { color: rgb(200,176,80); }
H1.HeaderClassName
{
color: #C8B050;
}
.AnyTagClassName
{
color: #C8B050;
}
</style>
background-color css
<style>
a { background-color: #C8B050; }
a { background-color: rgb(200,176,80); }
div.DivClassName
{
background-color: #C8B050;
}
.BgClassName
{
background-color: #C8B050;
}
</style>
border-color css
<style>
span { border-color: #C8B050; }
span { border-color: rgb(200,176,80); }
td.TdClassName
{
border-color: #C8B050;
}
.TagClassName
{
border-color: #C8B050;
}
</style>