Shades of Sundance #C2B94D
Tints of Sundance #C2B94D
RGB
CMYK
RGB Variations
Color information
#C2B94D (or 0xC2B94D) is known color: Sundance. HEX triplet: C2, B9 and 4D. RGB value is (194,185,77). Sum of RGB (Red+Green+Blue) = 194+185+77=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B94D is #3D46B2. Grayscale: #AFAFAF. Windows color (decimal): -4015795 or 5093826. OLE color: 5093826.
HSL color Cylindrical-coordinate representation of color #C2B94D: hue angle of 55.38º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2B94D is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 77 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.24 |
| HSL | 55.38º | 0.49% | 0.53% | - |
| HSV(B) | 55.38º | 0.6% | 0.76% | - |
| XYZ | 40.94 | 46.7 | 13.88 | - |
| YUV | 175.38 | 72.48 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 77 | 0 | 0.05 | 0.60 | 0.24 | 55.38 | 0.49 | 0.53 |
| Hex | C2 | B9 | 4D | 0 | 5 | 3C | 18 | 37 | 31 | 35 |
| Octal | 302 | 271 | 115 | 0 | 5 | 74 | 30 | 67 | 61 | 65 |
| Binary | 11000010 | 10111001 | 1001101 | 0 | 101 | 111100 | 11000 | 110111 | 110001 | 110101 |
Color Harmonies of #C2B94D
Complementary color
Monochromatic Colors of #C2B94D
Black with #C2B94D
Text Example
Text Example
White with #C2B94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B94D; }
p { color: rgb(194,185,77); }
H1.HeaderClassName
{
color: #C2B94D;
}
.AnyTagClassName
{
color: #C2B94D;
}
</style>
background-color css
<style>
a { background-color: #C2B94D; }
a { background-color: rgb(194,185,77); }
div.DivClassName
{
background-color: #C2B94D;
}
.BgClassName
{
background-color: #C2B94D;
}
</style>
border-color css
<style>
span { border-color: #C2B94D; }
span { border-color: rgb(194,185,77); }
td.TdClassName
{
border-color: #C2B94D;
}
.TagClassName
{
border-color: #C2B94D;
}
</style>