Shades of Sundance #C4B249
Tints of Sundance #C4B249
RGB
CMYK
RGB Variations
Color information
#C4B249 (or 0xC4B249) is known color: Sundance. HEX triplet: C4, B2 and 49. RGB value is (196,178,73). Sum of RGB (Red+Green+Blue) = 196+178+73=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B249 is #3B4DB6. Grayscale: #ABABAB. Windows color (decimal): -3886519 or 4829892. OLE color: 4829892.
HSL color Cylindrical-coordinate representation of color #C4B249: hue angle of 51.22º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4B249 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 178 | 73 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.23 |
| HSL | 51.22º | 0.51% | 0.53% | - |
| HSV(B) | 51.22º | 0.63% | 0.77% | - |
| XYZ | 39.89 | 44.06 | 12.7 | - |
| YUV | 171.41 | 72.46 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 73 | 0 | 0.09 | 0.63 | 0.23 | 51.22 | 0.51 | 0.53 |
| Hex | C4 | B2 | 49 | 0 | 9 | 3F | 17 | 33 | 33 | 35 |
| Octal | 304 | 262 | 111 | 0 | 11 | 77 | 27 | 63 | 63 | 65 |
| Binary | 11000100 | 10110010 | 1001001 | 0 | 1001 | 111111 | 10111 | 110011 | 110011 | 110101 |
Color Harmonies of #C4B249
Complementary color
Monochromatic Colors of #C4B249
Black with #C4B249
Text Example
Text Example
White with #C4B249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B249; }
p { color: rgb(196,178,73); }
H1.HeaderClassName
{
color: #C4B249;
}
.AnyTagClassName
{
color: #C4B249;
}
</style>
background-color css
<style>
a { background-color: #C4B249; }
a { background-color: rgb(196,178,73); }
div.DivClassName
{
background-color: #C4B249;
}
.BgClassName
{
background-color: #C4B249;
}
</style>
border-color css
<style>
span { border-color: #C4B249; }
span { border-color: rgb(196,178,73); }
td.TdClassName
{
border-color: #C4B249;
}
.TagClassName
{
border-color: #C4B249;
}
</style>