Shades of Sundance #C2B249
Tints of Sundance #C2B249
RGB
CMYK
RGB Variations
Color information
#C2B249 (or 0xC2B249) is known color: Sundance. HEX triplet: C2, B2 and 49. RGB value is (194,178,73). Sum of RGB (Red+Green+Blue) = 194+178+73=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B249 is #3D4DB6. Grayscale: #ABABAB. Windows color (decimal): -4017591 or 4829890. OLE color: 4829890.
HSL color Cylindrical-coordinate representation of color #C2B249: hue angle of 52.07º 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 #C2B249 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 73 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.24 |
| HSL | 52.07º | 0.5% | 0.52% | - |
| HSV(B) | 52.07º | 0.62% | 0.76% | - |
| XYZ | 39.37 | 43.79 | 12.68 | - |
| YUV | 170.81 | 72.8 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 73 | 0 | 0.08 | 0.62 | 0.24 | 52.07 | 0.5 | 0.52 |
| Hex | C2 | B2 | 49 | 0 | 8 | 3E | 18 | 34 | 32 | 34 |
| Octal | 302 | 262 | 111 | 0 | 10 | 76 | 30 | 64 | 62 | 64 |
| Binary | 11000010 | 10110010 | 1001001 | 0 | 1000 | 111110 | 11000 | 110100 | 110010 | 110100 |
Color Harmonies of #C2B249
Complementary color
Monochromatic Colors of #C2B249
Black with #C2B249
Text Example
Text Example
White with #C2B249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B249; }
p { color: rgb(194,178,73); }
H1.HeaderClassName
{
color: #C2B249;
}
.AnyTagClassName
{
color: #C2B249;
}
</style>
background-color css
<style>
a { background-color: #C2B249; }
a { background-color: rgb(194,178,73); }
div.DivClassName
{
background-color: #C2B249;
}
.BgClassName
{
background-color: #C2B249;
}
</style>
border-color css
<style>
span { border-color: #C2B249; }
span { border-color: rgb(194,178,73); }
td.TdClassName
{
border-color: #C2B249;
}
.TagClassName
{
border-color: #C2B249;
}
</style>