Shades of Sundance #C5B352
Tints of Sundance #C5B352
RGB
CMYK
RGB Variations
Color information
#C5B352 (or 0xC5B352) is known color: Sundance. HEX triplet: C5, B3 and 52. RGB value is (197,179,82). Sum of RGB (Red+Green+Blue) = 197+179+82=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B352 is #3A4CAD. Grayscale: #ADADAD. Windows color (decimal): -3820718 or 5419973. OLE color: 5419973.
HSL color Cylindrical-coordinate representation of color #C5B352: hue angle of 50.61º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5B352 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 82 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.23 |
| HSL | 50.61º | 0.5% | 0.55% | - |
| HSV(B) | 50.61º | 0.58% | 0.77% | - |
| XYZ | 40.67 | 44.72 | 14.47 | - |
| YUV | 173.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 82 | 0 | 0.09 | 0.58 | 0.23 | 50.61 | 0.5 | 0.55 |
| Hex | C5 | B3 | 52 | 0 | 9 | 3A | 17 | 33 | 32 | 37 |
| Octal | 305 | 263 | 122 | 0 | 11 | 72 | 27 | 63 | 62 | 67 |
| Binary | 11000101 | 10110011 | 1010010 | 0 | 1001 | 111010 | 10111 | 110011 | 110010 | 110111 |
Color Harmonies of #C5B352
Complementary color
Monochromatic Colors of #C5B352
Black with #C5B352
Text Example
Text Example
White with #C5B352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B352; }
p { color: rgb(197,179,82); }
H1.HeaderClassName
{
color: #C5B352;
}
.AnyTagClassName
{
color: #C5B352;
}
</style>
background-color css
<style>
a { background-color: #C5B352; }
a { background-color: rgb(197,179,82); }
div.DivClassName
{
background-color: #C5B352;
}
.BgClassName
{
background-color: #C5B352;
}
</style>
border-color css
<style>
span { border-color: #C5B352; }
span { border-color: rgb(197,179,82); }
td.TdClassName
{
border-color: #C5B352;
}
.TagClassName
{
border-color: #C5B352;
}
</style>