Shades of Sundance #C7B351
Tints of Sundance #C7B351
RGB
CMYK
RGB Variations
Color information
#C7B351 (or 0xC7B351) is known color: Sundance. HEX triplet: C7, B3 and 51. RGB value is (199,179,81). Sum of RGB (Red+Green+Blue) = 199+179+81=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B351 is #384CAE. Grayscale: #AEAEAE. Windows color (decimal): -3689647 or 5354439. OLE color: 5354439.
HSL color Cylindrical-coordinate representation of color #C7B351: hue angle of 49.83º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C7B351 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 81 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.22 |
| HSL | 49.83º | 0.51% | 0.55% | - |
| HSV(B) | 49.83º | 0.59% | 0.78% | - |
| XYZ | 41.16 | 44.98 | 14.3 | - |
| YUV | 173.81 | 75.63 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 81 | 0 | 0.10 | 0.59 | 0.22 | 49.83 | 0.51 | 0.55 |
| Hex | C7 | B3 | 51 | 0 | A | 3B | 16 | 32 | 33 | 37 |
| Octal | 307 | 263 | 121 | 0 | 12 | 73 | 26 | 62 | 63 | 67 |
| Binary | 11000111 | 10110011 | 1010001 | 0 | 1010 | 111011 | 10110 | 110010 | 110011 | 110111 |
Color Harmonies of #C7B351
Complementary color
Monochromatic Colors of #C7B351
Black with #C7B351
Text Example
Text Example
White with #C7B351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B351; }
p { color: rgb(199,179,81); }
H1.HeaderClassName
{
color: #C7B351;
}
.AnyTagClassName
{
color: #C7B351;
}
</style>
background-color css
<style>
a { background-color: #C7B351; }
a { background-color: rgb(199,179,81); }
div.DivClassName
{
background-color: #C7B351;
}
.BgClassName
{
background-color: #C7B351;
}
</style>
border-color css
<style>
span { border-color: #C7B351; }
span { border-color: rgb(199,179,81); }
td.TdClassName
{
border-color: #C7B351;
}
.TagClassName
{
border-color: #C7B351;
}
</style>