Shades of Sundance #C7B553
Tints of Sundance #C7B553
RGB
CMYK
RGB Variations
Color information
#C7B553 (or 0xC7B553) is known color: Sundance. HEX triplet: C7, B5 and 53. RGB value is (199,181,83). Sum of RGB (Red+Green+Blue) = 199+181+83=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B553 is #384AAC. Grayscale: #AFAFAF. Windows color (decimal): -3689133 or 5486023. OLE color: 5486023.
HSL color Cylindrical-coordinate representation of color #C7B553: hue angle of 50.69º 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 #C7B553 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 83 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.22 |
| HSL | 50.69º | 0.51% | 0.55% | - |
| HSV(B) | 50.69º | 0.58% | 0.78% | - |
| XYZ | 41.64 | 45.81 | 14.83 | - |
| YUV | 175.21 | 75.96 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 83 | 0 | 0.09 | 0.58 | 0.22 | 50.69 | 0.51 | 0.55 |
| Hex | C7 | B5 | 53 | 0 | 9 | 3A | 16 | 33 | 33 | 37 |
| Octal | 307 | 265 | 123 | 0 | 11 | 72 | 26 | 63 | 63 | 67 |
| Binary | 11000111 | 10110101 | 1010011 | 0 | 1001 | 111010 | 10110 | 110011 | 110011 | 110111 |
Color Harmonies of #C7B553
Complementary color
Monochromatic Colors of #C7B553
Black with #C7B553
Text Example
Text Example
White with #C7B553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B553; }
p { color: rgb(199,181,83); }
H1.HeaderClassName
{
color: #C7B553;
}
.AnyTagClassName
{
color: #C7B553;
}
</style>
background-color css
<style>
a { background-color: #C7B553; }
a { background-color: rgb(199,181,83); }
div.DivClassName
{
background-color: #C7B553;
}
.BgClassName
{
background-color: #C7B553;
}
</style>
border-color css
<style>
span { border-color: #C7B553; }
span { border-color: rgb(199,181,83); }
td.TdClassName
{
border-color: #C7B553;
}
.TagClassName
{
border-color: #C7B553;
}
</style>