Shades of Sundance #C7B654
Tints of Sundance #C7B654
RGB
CMYK
RGB Variations
Color information
#C7B654 (or 0xC7B654) is known color: Sundance. HEX triplet: C7, B6 and 54. RGB value is (199,182,84). Sum of RGB (Red+Green+Blue) = 199+182+84=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B654 is #3849AB. Grayscale: #B0B0B0. Windows color (decimal): -3688876 or 5551815. OLE color: 5551815.
HSL color Cylindrical-coordinate representation of color #C7B654: hue angle of 51.13º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7B654 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 182 | 84 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.22 |
| HSL | 51.13º | 0.51% | 0.55% | - |
| HSV(B) | 51.13º | 0.58% | 0.78% | - |
| XYZ | 41.88 | 46.24 | 15.1 | - |
| YUV | 175.91 | 76.13 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 84 | 0 | 0.09 | 0.58 | 0.22 | 51.13 | 0.51 | 0.55 |
| Hex | C7 | B6 | 54 | 0 | 9 | 3A | 16 | 33 | 33 | 37 |
| Octal | 307 | 266 | 124 | 0 | 11 | 72 | 26 | 63 | 63 | 67 |
| Binary | 11000111 | 10110110 | 1010100 | 0 | 1001 | 111010 | 10110 | 110011 | 110011 | 110111 |
Color Harmonies of #C7B654
Complementary color
Monochromatic Colors of #C7B654
Black with #C7B654
Text Example
Text Example
White with #C7B654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B654; }
p { color: rgb(199,182,84); }
H1.HeaderClassName
{
color: #C7B654;
}
.AnyTagClassName
{
color: #C7B654;
}
</style>
background-color css
<style>
a { background-color: #C7B654; }
a { background-color: rgb(199,182,84); }
div.DivClassName
{
background-color: #C7B654;
}
.BgClassName
{
background-color: #C7B654;
}
</style>
border-color css
<style>
span { border-color: #C7B654; }
span { border-color: rgb(199,182,84); }
td.TdClassName
{
border-color: #C7B654;
}
.TagClassName
{
border-color: #C7B654;
}
</style>