Shades of Sundance #C7B550
Tints of Sundance #C7B550
RGB
CMYK
RGB Variations
Color information
#C7B550 (or 0xC7B550) is known color: Sundance. HEX triplet: C7, B5 and 50. RGB value is (199,181,80). Sum of RGB (Red+Green+Blue) = 199+181+80=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B550 is #384AAF. Grayscale: #AFAFAF. Windows color (decimal): -3689136 or 5289415. OLE color: 5289415.
HSL color Cylindrical-coordinate representation of color #C7B550: hue angle of 50.92º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7B550 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 80 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.22 |
| HSL | 50.92º | 0.52% | 0.55% | - |
| HSV(B) | 50.92º | 0.6% | 0.78% | - |
| XYZ | 41.53 | 45.77 | 14.24 | - |
| YUV | 174.87 | 74.46 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 80 | 0 | 0.09 | 0.60 | 0.22 | 50.92 | 0.52 | 0.55 |
| Hex | C7 | B5 | 50 | 0 | 9 | 3C | 16 | 33 | 34 | 37 |
| Octal | 307 | 265 | 120 | 0 | 11 | 74 | 26 | 63 | 64 | 67 |
| Binary | 11000111 | 10110101 | 1010000 | 0 | 1001 | 111100 | 10110 | 110011 | 110100 | 110111 |
Color Harmonies of #C7B550
Complementary color
Monochromatic Colors of #C7B550
Black with #C7B550
Text Example
Text Example
White with #C7B550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B550; }
p { color: rgb(199,181,80); }
H1.HeaderClassName
{
color: #C7B550;
}
.AnyTagClassName
{
color: #C7B550;
}
</style>
background-color css
<style>
a { background-color: #C7B550; }
a { background-color: rgb(199,181,80); }
div.DivClassName
{
background-color: #C7B550;
}
.BgClassName
{
background-color: #C7B550;
}
</style>
border-color css
<style>
span { border-color: #C7B550; }
span { border-color: rgb(199,181,80); }
td.TdClassName
{
border-color: #C7B550;
}
.TagClassName
{
border-color: #C7B550;
}
</style>