Shades of Sundance #C7B254
Tints of Sundance #C7B254
RGB
CMYK
RGB Variations
Color information
#C7B254 (or 0xC7B254) is known color: Sundance. HEX triplet: C7, B2 and 54. RGB value is (199,178,84). Sum of RGB (Red+Green+Blue) = 199+178+84=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B254 is #384DAB. Grayscale: #ADADAD. Windows color (decimal): -3689900 or 5550791. OLE color: 5550791.
HSL color Cylindrical-coordinate representation of color #C7B254: hue angle of 49.04º 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 #C7B254 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 178 | 84 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.22 |
| HSL | 49.04º | 0.51% | 0.55% | - |
| HSV(B) | 49.04º | 0.58% | 0.78% | - |
| XYZ | 41.07 | 44.62 | 14.84 | - |
| YUV | 173.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 84 | 0 | 0.11 | 0.58 | 0.22 | 49.04 | 0.51 | 0.55 |
| Hex | C7 | B2 | 54 | 0 | B | 3A | 16 | 31 | 33 | 37 |
| Octal | 307 | 262 | 124 | 0 | 13 | 72 | 26 | 61 | 63 | 67 |
| Binary | 11000111 | 10110010 | 1010100 | 0 | 1011 | 111010 | 10110 | 110001 | 110011 | 110111 |
Color Harmonies of #C7B254
Complementary color
Monochromatic Colors of #C7B254
Black with #C7B254
Text Example
Text Example
White with #C7B254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B254; }
p { color: rgb(199,178,84); }
H1.HeaderClassName
{
color: #C7B254;
}
.AnyTagClassName
{
color: #C7B254;
}
</style>
background-color css
<style>
a { background-color: #C7B254; }
a { background-color: rgb(199,178,84); }
div.DivClassName
{
background-color: #C7B254;
}
.BgClassName
{
background-color: #C7B254;
}
</style>
border-color css
<style>
span { border-color: #C7B254; }
span { border-color: rgb(199,178,84); }
td.TdClassName
{
border-color: #C7B254;
}
.TagClassName
{
border-color: #C7B254;
}
</style>