Shades of Sundance #C4B855
Tints of Sundance #C4B855
RGB
CMYK
RGB Variations
Color information
#C4B855 (or 0xC4B855) is known color: Sundance. HEX triplet: C4, B8 and 55. RGB value is (196,184,85). Sum of RGB (Red+Green+Blue) = 196+184+85=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B855 is #3B47AA. Grayscale: #B0B0B0. Windows color (decimal): -3884971 or 5617860. OLE color: 5617860.
HSL color Cylindrical-coordinate representation of color #C4B855: hue angle of 53.51º 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 #C4B855 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 184 | 85 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.23 |
| HSL | 53.51º | 0.48% | 0.55% | - |
| HSV(B) | 53.51º | 0.57% | 0.77% | - |
| XYZ | 41.55 | 46.67 | 15.41 | - |
| YUV | 176.3 | 76.48 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 184 | 85 | 0 | 0.06 | 0.57 | 0.23 | 53.51 | 0.48 | 0.55 |
| Hex | C4 | B8 | 55 | 0 | 6 | 39 | 17 | 36 | 30 | 37 |
| Octal | 304 | 270 | 125 | 0 | 6 | 71 | 27 | 66 | 60 | 67 |
| Binary | 11000100 | 10111000 | 1010101 | 0 | 110 | 111001 | 10111 | 110110 | 110000 | 110111 |
Color Harmonies of #C4B855
Complementary color
Monochromatic Colors of #C4B855
Black with #C4B855
Text Example
Text Example
White with #C4B855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B855; }
p { color: rgb(196,184,85); }
H1.HeaderClassName
{
color: #C4B855;
}
.AnyTagClassName
{
color: #C4B855;
}
</style>
background-color css
<style>
a { background-color: #C4B855; }
a { background-color: rgb(196,184,85); }
div.DivClassName
{
background-color: #C4B855;
}
.BgClassName
{
background-color: #C4B855;
}
</style>
border-color css
<style>
span { border-color: #C4B855; }
span { border-color: rgb(196,184,85); }
td.TdClassName
{
border-color: #C4B855;
}
.TagClassName
{
border-color: #C4B855;
}
</style>