Shades of Sundance #C4B356
Tints of Sundance #C4B356
RGB
CMYK
RGB Variations
Color information
#C4B356 (or 0xC4B356) is known color: Sundance. HEX triplet: C4, B3 and 56. RGB value is (196,179,86). Sum of RGB (Red+Green+Blue) = 196+179+86=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B356 is #3B4CA9. Grayscale: #ADADAD. Windows color (decimal): -3886250 or 5682116. OLE color: 5682116.
HSL color Cylindrical-coordinate representation of color #C4B356: hue angle of 50.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4B356 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 86 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.23 |
| HSL | 50.73º | 0.48% | 0.55% | - |
| HSV(B) | 50.73º | 0.56% | 0.77% | - |
| XYZ | 40.56 | 44.65 | 15.28 | - |
| YUV | 173.48 | 78.63 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 86 | 0 | 0.09 | 0.56 | 0.23 | 50.73 | 0.48 | 0.55 |
| Hex | C4 | B3 | 56 | 0 | 9 | 38 | 17 | 33 | 30 | 37 |
| Octal | 304 | 263 | 126 | 0 | 11 | 70 | 27 | 63 | 60 | 67 |
| Binary | 11000100 | 10110011 | 1010110 | 0 | 1001 | 111000 | 10111 | 110011 | 110000 | 110111 |
Color Harmonies of #C4B356
Complementary color
Monochromatic Colors of #C4B356
Black with #C4B356
Text Example
Text Example
White with #C4B356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B356; }
p { color: rgb(196,179,86); }
H1.HeaderClassName
{
color: #C4B356;
}
.AnyTagClassName
{
color: #C4B356;
}
</style>
background-color css
<style>
a { background-color: #C4B356; }
a { background-color: rgb(196,179,86); }
div.DivClassName
{
background-color: #C4B356;
}
.BgClassName
{
background-color: #C4B356;
}
</style>
border-color css
<style>
span { border-color: #C4B356; }
span { border-color: rgb(196,179,86); }
td.TdClassName
{
border-color: #C4B356;
}
.TagClassName
{
border-color: #C4B356;
}
</style>