Shades of Sundance #C8B350
Tints of Sundance #C8B350
RGB
CMYK
RGB Variations
Color information
#C8B350 (or 0xC8B350) is known color: Sundance. HEX triplet: C8, B3 and 50. RGB value is (200,179,80). Sum of RGB (Red+Green+Blue) = 200+179+80=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B350 is #374CAF. Grayscale: #AEAEAE. Windows color (decimal): -3624112 or 5288904. OLE color: 5288904.
HSL color Cylindrical-coordinate representation of color #C8B350: hue angle of 49.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 #C8B350 is Cyan = 0, Magento = 0.10, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 80 | - |
| CMYK | 0 | 0.10 | 0.6 | 0.22 |
| HSL | 49.5º | 0.52% | 0.55% | - |
| HSV(B) | 49.5º | 0.6% | 0.78% | - |
| XYZ | 41.39 | 45.1 | 14.11 | - |
| YUV | 173.99 | 74.96 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 80 | 0 | 0.10 | 0.6 | 0.22 | 49.5 | 0.52 | 0.55 |
| Hex | C8 | B3 | 50 | 0 | A | 3C | 16 | 32 | 34 | 37 |
| Octal | 310 | 263 | 120 | 0 | 12 | 74 | 26 | 62 | 64 | 67 |
| Binary | 11001000 | 10110011 | 1010000 | 0 | 1010 | 111100 | 10110 | 110010 | 110100 | 110111 |
Color Harmonies of #C8B350
Complementary color
Monochromatic Colors of #C8B350
Black with #C8B350
Text Example
Text Example
White with #C8B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B350; }
p { color: rgb(200,179,80); }
H1.HeaderClassName
{
color: #C8B350;
}
.AnyTagClassName
{
color: #C8B350;
}
</style>
background-color css
<style>
a { background-color: #C8B350; }
a { background-color: rgb(200,179,80); }
div.DivClassName
{
background-color: #C8B350;
}
.BgClassName
{
background-color: #C8B350;
}
</style>
border-color css
<style>
span { border-color: #C8B350; }
span { border-color: rgb(200,179,80); }
td.TdClassName
{
border-color: #C8B350;
}
.TagClassName
{
border-color: #C8B350;
}
</style>