Shades of Sundance #C4B151
Tints of Sundance #C4B151
RGB
CMYK
RGB Variations
Color information
#C4B151 (or 0xC4B151) is known color: Sundance. HEX triplet: C4, B1 and 51. RGB value is (196,177,81). Sum of RGB (Red+Green+Blue) = 196+177+81=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 81 (32.03% from 255 or 17.84% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B151 is #3B4EAE. Grayscale: #ACACAC. Windows color (decimal): -3886767 or 5353924. OLE color: 5353924.
HSL color Cylindrical-coordinate representation of color #C4B151: hue angle of 50.09º degrees, saturation: 0.49, 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 #C4B151 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 81 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.23 |
| HSL | 50.09º | 0.49% | 0.54% | - |
| HSV(B) | 50.09º | 0.59% | 0.77% | - |
| XYZ | 39.97 | 43.77 | 14.13 | - |
| YUV | 171.74 | 76.79 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 81 | 0 | 0.10 | 0.59 | 0.23 | 50.09 | 0.49 | 0.54 |
| Hex | C4 | B1 | 51 | 0 | A | 3B | 17 | 32 | 31 | 36 |
| Octal | 304 | 261 | 121 | 0 | 12 | 73 | 27 | 62 | 61 | 66 |
| Binary | 11000100 | 10110001 | 1010001 | 0 | 1010 | 111011 | 10111 | 110010 | 110001 | 110110 |
Color Harmonies of #C4B151
Complementary color
Monochromatic Colors of #C4B151
Black with #C4B151
Text Example
Text Example
White with #C4B151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B151; }
p { color: rgb(196,177,81); }
H1.HeaderClassName
{
color: #C4B151;
}
.AnyTagClassName
{
color: #C4B151;
}
</style>
background-color css
<style>
a { background-color: #C4B151; }
a { background-color: rgb(196,177,81); }
div.DivClassName
{
background-color: #C4B151;
}
.BgClassName
{
background-color: #C4B151;
}
</style>
border-color css
<style>
span { border-color: #C4B151; }
span { border-color: rgb(196,177,81); }
td.TdClassName
{
border-color: #C4B151;
}
.TagClassName
{
border-color: #C4B151;
}
</style>