Shades of Sundance #C4B155
Tints of Sundance #C4B155
RGB
CMYK
RGB Variations
Color information
#C4B155 (or 0xC4B155) is known color: Sundance. HEX triplet: C4, B1 and 55. RGB value is (196,177,85). Sum of RGB (Red+Green+Blue) = 196+177+85=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B155 is #3B4EAA. Grayscale: #ACACAC. Windows color (decimal): -3886763 or 5616068. OLE color: 5616068.
HSL color Cylindrical-coordinate representation of color #C4B155: hue angle of 49.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4B155 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 85 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.23 |
| HSL | 49.73º | 0.48% | 0.55% | - |
| HSV(B) | 49.73º | 0.57% | 0.77% | - |
| XYZ | 40.13 | 43.84 | 14.94 | - |
| YUV | 172.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 85 | 0 | 0.10 | 0.57 | 0.23 | 49.73 | 0.48 | 0.55 |
| Hex | C4 | B1 | 55 | 0 | A | 39 | 17 | 32 | 30 | 37 |
| Octal | 304 | 261 | 125 | 0 | 12 | 71 | 27 | 62 | 60 | 67 |
| Binary | 11000100 | 10110001 | 1010101 | 0 | 1010 | 111001 | 10111 | 110010 | 110000 | 110111 |
Color Harmonies of #C4B155
Complementary color
Monochromatic Colors of #C4B155
Black with #C4B155
Text Example
Text Example
White with #C4B155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B155; }
p { color: rgb(196,177,85); }
H1.HeaderClassName
{
color: #C4B155;
}
.AnyTagClassName
{
color: #C4B155;
}
</style>
background-color css
<style>
a { background-color: #C4B155; }
a { background-color: rgb(196,177,85); }
div.DivClassName
{
background-color: #C4B155;
}
.BgClassName
{
background-color: #C4B155;
}
</style>
border-color css
<style>
span { border-color: #C4B155; }
span { border-color: rgb(196,177,85); }
td.TdClassName
{
border-color: #C4B155;
}
.TagClassName
{
border-color: #C4B155;
}
</style>