Shades of Sundance #C4B656
Tints of Sundance #C4B656
RGB
CMYK
RGB Variations
Color information
#C4B656 (or 0xC4B656) is known color: Sundance. HEX triplet: C4, B6 and 56. RGB value is (196,182,86). Sum of RGB (Red+Green+Blue) = 196+182+86=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B656 is #3B49A9. Grayscale: #AFAFAF. Windows color (decimal): -3885482 or 5682884. OLE color: 5682884.
HSL color Cylindrical-coordinate representation of color #C4B656: hue angle of 52.36º 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 #C4B656 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 86 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.23 |
| HSL | 52.36º | 0.48% | 0.55% | - |
| HSV(B) | 52.36º | 0.56% | 0.77% | - |
| XYZ | 41.17 | 45.86 | 15.49 | - |
| YUV | 175.24 | 77.64 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 86 | 0 | 0.07 | 0.56 | 0.23 | 52.36 | 0.48 | 0.55 |
| Hex | C4 | B6 | 56 | 0 | 7 | 38 | 17 | 34 | 30 | 37 |
| Octal | 304 | 266 | 126 | 0 | 7 | 70 | 27 | 64 | 60 | 67 |
| Binary | 11000100 | 10110110 | 1010110 | 0 | 111 | 111000 | 10111 | 110100 | 110000 | 110111 |
Color Harmonies of #C4B656
Complementary color
Monochromatic Colors of #C4B656
Black with #C4B656
Text Example
Text Example
White with #C4B656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B656; }
p { color: rgb(196,182,86); }
H1.HeaderClassName
{
color: #C4B656;
}
.AnyTagClassName
{
color: #C4B656;
}
</style>
background-color css
<style>
a { background-color: #C4B656; }
a { background-color: rgb(196,182,86); }
div.DivClassName
{
background-color: #C4B656;
}
.BgClassName
{
background-color: #C4B656;
}
</style>
border-color css
<style>
span { border-color: #C4B656; }
span { border-color: rgb(196,182,86); }
td.TdClassName
{
border-color: #C4B656;
}
.TagClassName
{
border-color: #C4B656;
}
</style>