Shades of Sundance #C2B650
Tints of Sundance #C2B650
RGB
CMYK
RGB Variations
Color information
#C2B650 (or 0xC2B650) is known color: Sundance. HEX triplet: C2, B6 and 50. RGB value is (194,182,80). Sum of RGB (Red+Green+Blue) = 194+182+80=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B650 is #3D49AF. Grayscale: #AEAEAE. Windows color (decimal): -4016560 or 5289666. OLE color: 5289666.
HSL color Cylindrical-coordinate representation of color #C2B650: hue angle of 53.68º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2B650 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 80 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.24 |
| HSL | 53.68º | 0.48% | 0.54% | - |
| HSV(B) | 53.68º | 0.59% | 0.76% | - |
| XYZ | 40.42 | 45.5 | 14.24 | - |
| YUV | 173.96 | 74.98 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 80 | 0 | 0.06 | 0.59 | 0.24 | 53.68 | 0.48 | 0.54 |
| Hex | C2 | B6 | 50 | 0 | 6 | 3B | 18 | 36 | 30 | 36 |
| Octal | 302 | 266 | 120 | 0 | 6 | 73 | 30 | 66 | 60 | 66 |
| Binary | 11000010 | 10110110 | 1010000 | 0 | 110 | 111011 | 11000 | 110110 | 110000 | 110110 |
Color Harmonies of #C2B650
Complementary color
Monochromatic Colors of #C2B650
Black with #C2B650
Text Example
Text Example
White with #C2B650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B650; }
p { color: rgb(194,182,80); }
H1.HeaderClassName
{
color: #C2B650;
}
.AnyTagClassName
{
color: #C2B650;
}
</style>
background-color css
<style>
a { background-color: #C2B650; }
a { background-color: rgb(194,182,80); }
div.DivClassName
{
background-color: #C2B650;
}
.BgClassName
{
background-color: #C2B650;
}
</style>
border-color css
<style>
span { border-color: #C2B650; }
span { border-color: rgb(194,182,80); }
td.TdClassName
{
border-color: #C2B650;
}
.TagClassName
{
border-color: #C2B650;
}
</style>