Shades of Sundance #C7B551
Tints of Sundance #C7B551
RGB
CMYK
RGB Variations
Color information
#C7B551 (or 0xC7B551) is known color: Sundance. HEX triplet: C7, B5 and 51. RGB value is (199,181,81). Sum of RGB (Red+Green+Blue) = 199+181+81=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B551 is #384AAE. Grayscale: #AFAFAF. Windows color (decimal): -3689135 or 5354951. OLE color: 5354951.
HSL color Cylindrical-coordinate representation of color #C7B551: hue angle of 50.85º 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 #C7B551 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 81 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.22 |
| HSL | 50.85º | 0.51% | 0.55% | - |
| HSV(B) | 50.85º | 0.59% | 0.78% | - |
| XYZ | 41.56 | 45.78 | 14.43 | - |
| YUV | 174.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 81 | 0 | 0.09 | 0.59 | 0.22 | 50.85 | 0.51 | 0.55 |
| Hex | C7 | B5 | 51 | 0 | 9 | 3B | 16 | 33 | 33 | 37 |
| Octal | 307 | 265 | 121 | 0 | 11 | 73 | 26 | 63 | 63 | 67 |
| Binary | 11000111 | 10110101 | 1010001 | 0 | 1001 | 111011 | 10110 | 110011 | 110011 | 110111 |
Color Harmonies of #C7B551
Complementary color
Monochromatic Colors of #C7B551
Black with #C7B551
Text Example
Text Example
White with #C7B551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B551; }
p { color: rgb(199,181,81); }
H1.HeaderClassName
{
color: #C7B551;
}
.AnyTagClassName
{
color: #C7B551;
}
</style>
background-color css
<style>
a { background-color: #C7B551; }
a { background-color: rgb(199,181,81); }
div.DivClassName
{
background-color: #C7B551;
}
.BgClassName
{
background-color: #C7B551;
}
</style>
border-color css
<style>
span { border-color: #C7B551; }
span { border-color: rgb(199,181,81); }
td.TdClassName
{
border-color: #C7B551;
}
.TagClassName
{
border-color: #C7B551;
}
</style>