Shades of Sundance #C2B149
Tints of Sundance #C2B149
RGB
CMYK
RGB Variations
Color information
#C2B149 (or 0xC2B149) is known color: Sundance. HEX triplet: C2, B1 and 49. RGB value is (194,177,73). Sum of RGB (Red+Green+Blue) = 194+177+73=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B149 is #3D4EB6. Grayscale: #AAAAAA. Windows color (decimal): -4017847 or 4829634. OLE color: 4829634.
HSL color Cylindrical-coordinate representation of color #C2B149: hue angle of 51.57º 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 #C2B149 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 73 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.24 |
| HSL | 51.57º | 0.5% | 0.52% | - |
| HSV(B) | 51.57º | 0.62% | 0.76% | - |
| XYZ | 39.17 | 43.39 | 12.61 | - |
| YUV | 170.23 | 73.13 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 73 | 0 | 0.09 | 0.62 | 0.24 | 51.57 | 0.5 | 0.52 |
| Hex | C2 | B1 | 49 | 0 | 9 | 3E | 18 | 34 | 32 | 34 |
| Octal | 302 | 261 | 111 | 0 | 11 | 76 | 30 | 64 | 62 | 64 |
| Binary | 11000010 | 10110001 | 1001001 | 0 | 1001 | 111110 | 11000 | 110100 | 110010 | 110100 |
Color Harmonies of #C2B149
Complementary color
Monochromatic Colors of #C2B149
Black with #C2B149
Text Example
Text Example
White with #C2B149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B149; }
p { color: rgb(194,177,73); }
H1.HeaderClassName
{
color: #C2B149;
}
.AnyTagClassName
{
color: #C2B149;
}
</style>
background-color css
<style>
a { background-color: #C2B149; }
a { background-color: rgb(194,177,73); }
div.DivClassName
{
background-color: #C2B149;
}
.BgClassName
{
background-color: #C2B149;
}
</style>
border-color css
<style>
span { border-color: #C2B149; }
span { border-color: rgb(194,177,73); }
td.TdClassName
{
border-color: #C2B149;
}
.TagClassName
{
border-color: #C2B149;
}
</style>