Shades of Sundance #C7B348
Tints of Sundance #C7B348
RGB
CMYK
RGB Variations
Color information
#C7B348 (or 0xC7B348) is known color: Sundance. HEX triplet: C7, B3 and 48. RGB value is (199,179,72). Sum of RGB (Red+Green+Blue) = 199+179+72=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B348 is #384CB7. Grayscale: #ADADAD. Windows color (decimal): -3689656 or 4764615. OLE color: 4764615.
HSL color Cylindrical-coordinate representation of color #C7B348: hue angle of 50.55º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7B348 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 72 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.22 |
| HSL | 50.55º | 0.53% | 0.53% | - |
| HSV(B) | 50.55º | 0.64% | 0.78% | - |
| XYZ | 40.84 | 44.85 | 12.64 | - |
| YUV | 172.78 | 71.13 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 72 | 0 | 0.10 | 0.64 | 0.22 | 50.55 | 0.53 | 0.53 |
| Hex | C7 | B3 | 48 | 0 | A | 40 | 16 | 33 | 35 | 35 |
| Octal | 307 | 263 | 110 | 0 | 12 | 100 | 26 | 63 | 65 | 65 |
| Binary | 11000111 | 10110011 | 1001000 | 0 | 1010 | 1000000 | 10110 | 110011 | 110101 | 110101 |
Color Harmonies of #C7B348
Complementary color
Monochromatic Colors of #C7B348
Black with #C7B348
Text Example
Text Example
White with #C7B348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B348; }
p { color: rgb(199,179,72); }
H1.HeaderClassName
{
color: #C7B348;
}
.AnyTagClassName
{
color: #C7B348;
}
</style>
background-color css
<style>
a { background-color: #C7B348; }
a { background-color: rgb(199,179,72); }
div.DivClassName
{
background-color: #C7B348;
}
.BgClassName
{
background-color: #C7B348;
}
</style>
border-color css
<style>
span { border-color: #C7B348; }
span { border-color: rgb(199,179,72); }
td.TdClassName
{
border-color: #C7B348;
}
.TagClassName
{
border-color: #C7B348;
}
</style>