Shades of Sundance #C4B550
Tints of Sundance #C4B550
RGB
CMYK
RGB Variations
Color information
#C4B550 (or 0xC4B550) is known color: Sundance. HEX triplet: C4, B5 and 50. RGB value is (196,181,80). Sum of RGB (Red+Green+Blue) = 196+181+80=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B550 is #3B4AAF. Grayscale: #AEAEAE. Windows color (decimal): -3885744 or 5289412. OLE color: 5289412.
HSL color Cylindrical-coordinate representation of color #C4B550: hue angle of 52.24º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4B550 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 80 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.23 |
| HSL | 52.24º | 0.5% | 0.54% | - |
| HSV(B) | 52.24º | 0.59% | 0.77% | - |
| XYZ | 40.74 | 45.36 | 14.2 | - |
| YUV | 173.97 | 74.97 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 80 | 0 | 0.08 | 0.59 | 0.23 | 52.24 | 0.5 | 0.54 |
| Hex | C4 | B5 | 50 | 0 | 8 | 3B | 17 | 34 | 32 | 36 |
| Octal | 304 | 265 | 120 | 0 | 10 | 73 | 27 | 64 | 62 | 66 |
| Binary | 11000100 | 10110101 | 1010000 | 0 | 1000 | 111011 | 10111 | 110100 | 110010 | 110110 |
Color Harmonies of #C4B550
Complementary color
Monochromatic Colors of #C4B550
Black with #C4B550
Text Example
Text Example
White with #C4B550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B550; }
p { color: rgb(196,181,80); }
H1.HeaderClassName
{
color: #C4B550;
}
.AnyTagClassName
{
color: #C4B550;
}
</style>
background-color css
<style>
a { background-color: #C4B550; }
a { background-color: rgb(196,181,80); }
div.DivClassName
{
background-color: #C4B550;
}
.BgClassName
{
background-color: #C4B550;
}
</style>
border-color css
<style>
span { border-color: #C4B550; }
span { border-color: rgb(196,181,80); }
td.TdClassName
{
border-color: #C4B550;
}
.TagClassName
{
border-color: #C4B550;
}
</style>