Shades of Sundance #C7B349
Tints of Sundance #C7B349
RGB
CMYK
RGB Variations
Color information
#C7B349 (or 0xC7B349) is known color: Sundance. HEX triplet: C7, B3 and 49. RGB value is (199,179,73). Sum of RGB (Red+Green+Blue) = 199+179+73=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B349 is #384CB6. Grayscale: #ADADAD. Windows color (decimal): -3689655 or 4830151. OLE color: 4830151.
HSL color Cylindrical-coordinate representation of color #C7B349: hue angle of 50.48º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7B349 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 73 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.22 |
| HSL | 50.48º | 0.53% | 0.53% | - |
| HSV(B) | 50.48º | 0.63% | 0.78% | - |
| XYZ | 40.88 | 44.86 | 12.81 | - |
| YUV | 172.9 | 71.63 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 73 | 0 | 0.10 | 0.63 | 0.22 | 50.48 | 0.53 | 0.53 |
| Hex | C7 | B3 | 49 | 0 | A | 3F | 16 | 32 | 35 | 35 |
| Octal | 307 | 263 | 111 | 0 | 12 | 77 | 26 | 62 | 65 | 65 |
| Binary | 11000111 | 10110011 | 1001001 | 0 | 1010 | 111111 | 10110 | 110010 | 110101 | 110101 |
Color Harmonies of #C7B349
Complementary color
Monochromatic Colors of #C7B349
Black with #C7B349
Text Example
Text Example
White with #C7B349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B349; }
p { color: rgb(199,179,73); }
H1.HeaderClassName
{
color: #C7B349;
}
.AnyTagClassName
{
color: #C7B349;
}
</style>
background-color css
<style>
a { background-color: #C7B349; }
a { background-color: rgb(199,179,73); }
div.DivClassName
{
background-color: #C7B349;
}
.BgClassName
{
background-color: #C7B349;
}
</style>
border-color css
<style>
span { border-color: #C7B349; }
span { border-color: rgb(199,179,73); }
td.TdClassName
{
border-color: #C7B349;
}
.TagClassName
{
border-color: #C7B349;
}
</style>