Shades of Sundance #C2B849
Tints of Sundance #C2B849
RGB
CMYK
RGB Variations
Color information
#C2B849 (or 0xC2B849) is known color: Sundance. HEX triplet: C2, B8 and 49. RGB value is (194,184,73). Sum of RGB (Red+Green+Blue) = 194+184+73=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B849 is #3D47B6. Grayscale: #AEAEAE. Windows color (decimal): -4016055 or 4831426. OLE color: 4831426.
HSL color Cylindrical-coordinate representation of color #C2B849: hue angle of 55.04º 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 #C2B849 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 73 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.24 |
| HSL | 55.04º | 0.5% | 0.52% | - |
| HSV(B) | 55.04º | 0.62% | 0.76% | - |
| XYZ | 40.59 | 46.23 | 13.09 | - |
| YUV | 174.34 | 70.81 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 73 | 0 | 0.05 | 0.62 | 0.24 | 55.04 | 0.5 | 0.52 |
| Hex | C2 | B8 | 49 | 0 | 5 | 3E | 18 | 37 | 32 | 34 |
| Octal | 302 | 270 | 111 | 0 | 5 | 76 | 30 | 67 | 62 | 64 |
| Binary | 11000010 | 10111000 | 1001001 | 0 | 101 | 111110 | 11000 | 110111 | 110010 | 110100 |
Color Harmonies of #C2B849
Complementary color
Monochromatic Colors of #C2B849
Black with #C2B849
Text Example
Text Example
White with #C2B849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B849; }
p { color: rgb(194,184,73); }
H1.HeaderClassName
{
color: #C2B849;
}
.AnyTagClassName
{
color: #C2B849;
}
</style>
background-color css
<style>
a { background-color: #C2B849; }
a { background-color: rgb(194,184,73); }
div.DivClassName
{
background-color: #C2B849;
}
.BgClassName
{
background-color: #C2B849;
}
</style>
border-color css
<style>
span { border-color: #C2B849; }
span { border-color: rgb(194,184,73); }
td.TdClassName
{
border-color: #C2B849;
}
.TagClassName
{
border-color: #C2B849;
}
</style>