Shades of Sundance #C2BA49
Tints of Sundance #C2BA49
RGB
CMYK
RGB Variations
Color information
#C2BA49 (or 0xC2BA49) is known color: Sundance. HEX triplet: C2, BA and 49. RGB value is (194,186,73). Sum of RGB (Red+Green+Blue) = 194+186+73=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA49 is #3D45B6. Grayscale: #AFAFAF. Windows color (decimal): -4015543 or 4831938. OLE color: 4831938.
HSL color Cylindrical-coordinate representation of color #C2BA49: hue angle of 56.03º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2BA49 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 73 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.24 |
| HSL | 56.03º | 0.5% | 0.52% | - |
| HSV(B) | 56.03º | 0.62% | 0.76% | - |
| XYZ | 41.01 | 47.07 | 13.23 | - |
| YUV | 175.51 | 70.15 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 73 | 0 | 0.04 | 0.62 | 0.24 | 56.03 | 0.5 | 0.52 |
| Hex | C2 | BA | 49 | 0 | 4 | 3E | 18 | 38 | 32 | 34 |
| Octal | 302 | 272 | 111 | 0 | 4 | 76 | 30 | 70 | 62 | 64 |
| Binary | 11000010 | 10111010 | 1001001 | 0 | 100 | 111110 | 11000 | 111000 | 110010 | 110100 |
Color Harmonies of #C2BA49
Complementary color
Monochromatic Colors of #C2BA49
Black with #C2BA49
Text Example
Text Example
White with #C2BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA49; }
p { color: rgb(194,186,73); }
H1.HeaderClassName
{
color: #C2BA49;
}
.AnyTagClassName
{
color: #C2BA49;
}
</style>
background-color css
<style>
a { background-color: #C2BA49; }
a { background-color: rgb(194,186,73); }
div.DivClassName
{
background-color: #C2BA49;
}
.BgClassName
{
background-color: #C2BA49;
}
</style>
border-color css
<style>
span { border-color: #C2BA49; }
span { border-color: rgb(194,186,73); }
td.TdClassName
{
border-color: #C2BA49;
}
.TagClassName
{
border-color: #C2BA49;
}
</style>