Shades of Sundance #C4AD55
Tints of Sundance #C4AD55
RGB
CMYK
RGB Variations
Color information
#C4AD55 (or 0xC4AD55) is known color: Sundance. HEX triplet: C4, AD and 55. RGB value is (196,173,85). Sum of RGB (Red+Green+Blue) = 196+173+85=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD55 is #3B52AA. Grayscale: #AAAAAA. Windows color (decimal): -3887787 or 5615044. OLE color: 5615044.
HSL color Cylindrical-coordinate representation of color #C4AD55: hue angle of 47.57º 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 #C4AD55 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 85 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.23 |
| HSL | 47.57º | 0.48% | 0.55% | - |
| HSV(B) | 47.57º | 0.57% | 0.77% | - |
| XYZ | 39.35 | 42.28 | 14.68 | - |
| YUV | 169.85 | 80.12 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 85 | 0 | 0.12 | 0.57 | 0.23 | 47.57 | 0.48 | 0.55 |
| Hex | C4 | AD | 55 | 0 | C | 39 | 17 | 30 | 30 | 37 |
| Octal | 304 | 255 | 125 | 0 | 14 | 71 | 27 | 60 | 60 | 67 |
| Binary | 11000100 | 10101101 | 1010101 | 0 | 1100 | 111001 | 10111 | 110000 | 110000 | 110111 |
Color Harmonies of #C4AD55
Complementary color
Monochromatic Colors of #C4AD55
Black with #C4AD55
Text Example
Text Example
White with #C4AD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD55; }
p { color: rgb(196,173,85); }
H1.HeaderClassName
{
color: #C4AD55;
}
.AnyTagClassName
{
color: #C4AD55;
}
</style>
background-color css
<style>
a { background-color: #C4AD55; }
a { background-color: rgb(196,173,85); }
div.DivClassName
{
background-color: #C4AD55;
}
.BgClassName
{
background-color: #C4AD55;
}
</style>
border-color css
<style>
span { border-color: #C4AD55; }
span { border-color: rgb(196,173,85); }
td.TdClassName
{
border-color: #C4AD55;
}
.TagClassName
{
border-color: #C4AD55;
}
</style>