Shades of Sundance #C8B850
Tints of Sundance #C8B850
RGB
CMYK
RGB Variations
Color information
#C8B850 (or 0xC8B850) is known color: Sundance. HEX triplet: C8, B8 and 50. RGB value is (200,184,80). Sum of RGB (Red+Green+Blue) = 200+184+80=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B850 is #3747AF. Grayscale: #B1B1B1. Windows color (decimal): -3622832 or 5290184. OLE color: 5290184.
HSL color Cylindrical-coordinate representation of color #C8B850: hue angle of 52º 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 #C8B850 is Cyan = 0, Magento = 0.08, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 184 | 80 | - |
| CMYK | 0 | 0.08 | 0.6 | 0.22 |
| HSL | 52º | 0.52% | 0.55% | - |
| HSV(B) | 52º | 0.6% | 0.78% | - |
| XYZ | 42.41 | 47.14 | 14.45 | - |
| YUV | 176.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 80 | 0 | 0.08 | 0.6 | 0.22 | 52 | 0.52 | 0.55 |
| Hex | C8 | B8 | 50 | 0 | 8 | 3C | 16 | 34 | 34 | 37 |
| Octal | 310 | 270 | 120 | 0 | 10 | 74 | 26 | 64 | 64 | 67 |
| Binary | 11001000 | 10111000 | 1010000 | 0 | 1000 | 111100 | 10110 | 110100 | 110100 | 110111 |
Color Harmonies of #C8B850
Complementary color
Monochromatic Colors of #C8B850
Black with #C8B850
Text Example
Text Example
White with #C8B850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B850; }
p { color: rgb(200,184,80); }
H1.HeaderClassName
{
color: #C8B850;
}
.AnyTagClassName
{
color: #C8B850;
}
</style>
background-color css
<style>
a { background-color: #C8B850; }
a { background-color: rgb(200,184,80); }
div.DivClassName
{
background-color: #C8B850;
}
.BgClassName
{
background-color: #C8B850;
}
</style>
border-color css
<style>
span { border-color: #C8B850; }
span { border-color: rgb(200,184,80); }
td.TdClassName
{
border-color: #C8B850;
}
.TagClassName
{
border-color: #C8B850;
}
</style>