Shades of Sundance #C4B153
Tints of Sundance #C4B153
RGB
CMYK
RGB Variations
Color information
#C4B153 (or 0xC4B153) is known color: Sundance. HEX triplet: C4, B1 and 53. RGB value is (196,177,83). Sum of RGB (Red+Green+Blue) = 196+177+83=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B153 is #3B4EAC. Grayscale: #ACACAC. Windows color (decimal): -3886765 or 5484996. OLE color: 5484996.
HSL color Cylindrical-coordinate representation of color #C4B153: hue angle of 49.91º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4B153 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 83 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.23 |
| HSL | 49.91º | 0.49% | 0.55% | - |
| HSV(B) | 49.91º | 0.58% | 0.77% | - |
| XYZ | 40.05 | 43.8 | 14.53 | - |
| YUV | 171.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 83 | 0 | 0.10 | 0.58 | 0.23 | 49.91 | 0.49 | 0.55 |
| Hex | C4 | B1 | 53 | 0 | A | 3A | 17 | 32 | 31 | 37 |
| Octal | 304 | 261 | 123 | 0 | 12 | 72 | 27 | 62 | 61 | 67 |
| Binary | 11000100 | 10110001 | 1010011 | 0 | 1010 | 111010 | 10111 | 110010 | 110001 | 110111 |
Color Harmonies of #C4B153
Complementary color
Monochromatic Colors of #C4B153
Black with #C4B153
Text Example
Text Example
White with #C4B153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B153; }
p { color: rgb(196,177,83); }
H1.HeaderClassName
{
color: #C4B153;
}
.AnyTagClassName
{
color: #C4B153;
}
</style>
background-color css
<style>
a { background-color: #C4B153; }
a { background-color: rgb(196,177,83); }
div.DivClassName
{
background-color: #C4B153;
}
.BgClassName
{
background-color: #C4B153;
}
</style>
border-color css
<style>
span { border-color: #C4B153; }
span { border-color: rgb(196,177,83); }
td.TdClassName
{
border-color: #C4B153;
}
.TagClassName
{
border-color: #C4B153;
}
</style>