Shades of Sundance #C4AD52
Tints of Sundance #C4AD52
RGB
CMYK
RGB Variations
Color information
#C4AD52 (or 0xC4AD52) is known color: Sundance. HEX triplet: C4, AD and 52. RGB value is (196,173,82). Sum of RGB (Red+Green+Blue) = 196+173+82=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD52 is #3B52AD. Grayscale: #A9A9A9. Windows color (decimal): -3887790 or 5418436. OLE color: 5418436.
HSL color Cylindrical-coordinate representation of color #C4AD52: hue angle of 47.89º 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 #C4AD52 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 82 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.23 |
| HSL | 47.89º | 0.49% | 0.55% | - |
| HSV(B) | 47.89º | 0.58% | 0.77% | - |
| XYZ | 39.23 | 42.23 | 14.07 | - |
| YUV | 169.5 | 78.62 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 82 | 0 | 0.12 | 0.58 | 0.23 | 47.89 | 0.49 | 0.55 |
| Hex | C4 | AD | 52 | 0 | C | 3A | 17 | 30 | 31 | 37 |
| Octal | 304 | 255 | 122 | 0 | 14 | 72 | 27 | 60 | 61 | 67 |
| Binary | 11000100 | 10101101 | 1010010 | 0 | 1100 | 111010 | 10111 | 110000 | 110001 | 110111 |
Color Harmonies of #C4AD52
Complementary color
Monochromatic Colors of #C4AD52
Black with #C4AD52
Text Example
Text Example
White with #C4AD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD52; }
p { color: rgb(196,173,82); }
H1.HeaderClassName
{
color: #C4AD52;
}
.AnyTagClassName
{
color: #C4AD52;
}
</style>
background-color css
<style>
a { background-color: #C4AD52; }
a { background-color: rgb(196,173,82); }
div.DivClassName
{
background-color: #C4AD52;
}
.BgClassName
{
background-color: #C4AD52;
}
</style>
border-color css
<style>
span { border-color: #C4AD52; }
span { border-color: rgb(196,173,82); }
td.TdClassName
{
border-color: #C4AD52;
}
.TagClassName
{
border-color: #C4AD52;
}
</style>