Shades of Sundance #C4B055
Tints of Sundance #C4B055
RGB
CMYK
RGB Variations
Color information
#C4B055 (or 0xC4B055) is known color: Sundance. HEX triplet: C4, B0 and 55. RGB value is (196,176,85). Sum of RGB (Red+Green+Blue) = 196+176+85=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B055 is #3B4FAA. Grayscale: #ABABAB. Windows color (decimal): -3887019 or 5615812. OLE color: 5615812.
HSL color Cylindrical-coordinate representation of color #C4B055: hue angle of 49.19º 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 #C4B055 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 85 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.23 |
| HSL | 49.19º | 0.48% | 0.55% | - |
| HSV(B) | 49.19º | 0.57% | 0.77% | - |
| XYZ | 39.93 | 43.44 | 14.88 | - |
| YUV | 171.61 | 79.13 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 85 | 0 | 0.10 | 0.57 | 0.23 | 49.19 | 0.48 | 0.55 |
| Hex | C4 | B0 | 55 | 0 | A | 39 | 17 | 31 | 30 | 37 |
| Octal | 304 | 260 | 125 | 0 | 12 | 71 | 27 | 61 | 60 | 67 |
| Binary | 11000100 | 10110000 | 1010101 | 0 | 1010 | 111001 | 10111 | 110001 | 110000 | 110111 |
Color Harmonies of #C4B055
Complementary color
Monochromatic Colors of #C4B055
Black with #C4B055
Text Example
Text Example
White with #C4B055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B055; }
p { color: rgb(196,176,85); }
H1.HeaderClassName
{
color: #C4B055;
}
.AnyTagClassName
{
color: #C4B055;
}
</style>
background-color css
<style>
a { background-color: #C4B055; }
a { background-color: rgb(196,176,85); }
div.DivClassName
{
background-color: #C4B055;
}
.BgClassName
{
background-color: #C4B055;
}
</style>
border-color css
<style>
span { border-color: #C4B055; }
span { border-color: rgb(196,176,85); }
td.TdClassName
{
border-color: #C4B055;
}
.TagClassName
{
border-color: #C4B055;
}
</style>