Shades of Sundance #C4B156
Tints of Sundance #C4B156
RGB
CMYK
RGB Variations
Color information
#C4B156 (or 0xC4B156) is known color: Sundance. HEX triplet: C4, B1 and 56. RGB value is (196,177,86). Sum of RGB (Red+Green+Blue) = 196+177+86=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B156 is #3B4EA9. Grayscale: #ACACAC. Windows color (decimal): -3886762 or 5681604. OLE color: 5681604.
HSL color Cylindrical-coordinate representation of color #C4B156: hue angle of 49.64º 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 #C4B156 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 86 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.23 |
| HSL | 49.64º | 0.48% | 0.55% | - |
| HSV(B) | 49.64º | 0.56% | 0.77% | - |
| XYZ | 40.17 | 43.85 | 15.15 | - |
| YUV | 172.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 86 | 0 | 0.10 | 0.56 | 0.23 | 49.64 | 0.48 | 0.55 |
| Hex | C4 | B1 | 56 | 0 | A | 38 | 17 | 32 | 30 | 37 |
| Octal | 304 | 261 | 126 | 0 | 12 | 70 | 27 | 62 | 60 | 67 |
| Binary | 11000100 | 10110001 | 1010110 | 0 | 1010 | 111000 | 10111 | 110010 | 110000 | 110111 |
Color Harmonies of #C4B156
Complementary color
Monochromatic Colors of #C4B156
Black with #C4B156
Text Example
Text Example
White with #C4B156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B156; }
p { color: rgb(196,177,86); }
H1.HeaderClassName
{
color: #C4B156;
}
.AnyTagClassName
{
color: #C4B156;
}
</style>
background-color css
<style>
a { background-color: #C4B156; }
a { background-color: rgb(196,177,86); }
div.DivClassName
{
background-color: #C4B156;
}
.BgClassName
{
background-color: #C4B156;
}
</style>
border-color css
<style>
span { border-color: #C4B156; }
span { border-color: rgb(196,177,86); }
td.TdClassName
{
border-color: #C4B156;
}
.TagClassName
{
border-color: #C4B156;
}
</style>