Shades of Sundance #C4AA46
Tints of Sundance #C4AA46
RGB
CMYK
RGB Variations
Color information
#C4AA46 (or 0xC4AA46) is known color: Sundance. HEX triplet: C4, AA and 46. RGB value is (196,170,70). Sum of RGB (Red+Green+Blue) = 196+170+70=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AA46 is #3B55B9. Grayscale: #A6A6A6. Windows color (decimal): -3888570 or 4631236. OLE color: 4631236.
HSL color Cylindrical-coordinate representation of color #C4AA46: hue angle of 47.62º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4AA46 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 70 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.23 |
| HSL | 47.62º | 0.52% | 0.52% | - |
| HSV(B) | 47.62º | 0.64% | 0.77% | - |
| XYZ | 38.25 | 40.93 | 11.68 | - |
| YUV | 166.37 | 73.61 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 70 | 0 | 0.13 | 0.64 | 0.23 | 47.62 | 0.52 | 0.52 |
| Hex | C4 | AA | 46 | 0 | D | 40 | 17 | 30 | 34 | 34 |
| Octal | 304 | 252 | 106 | 0 | 15 | 100 | 27 | 60 | 64 | 64 |
| Binary | 11000100 | 10101010 | 1000110 | 0 | 1101 | 1000000 | 10111 | 110000 | 110100 | 110100 |
Color Harmonies of #C4AA46
Complementary color
Monochromatic Colors of #C4AA46
Black with #C4AA46
Text Example
Text Example
White with #C4AA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AA46; }
p { color: rgb(196,170,70); }
H1.HeaderClassName
{
color: #C4AA46;
}
.AnyTagClassName
{
color: #C4AA46;
}
</style>
background-color css
<style>
a { background-color: #C4AA46; }
a { background-color: rgb(196,170,70); }
div.DivClassName
{
background-color: #C4AA46;
}
.BgClassName
{
background-color: #C4AA46;
}
</style>
border-color css
<style>
span { border-color: #C4AA46; }
span { border-color: rgb(196,170,70); }
td.TdClassName
{
border-color: #C4AA46;
}
.TagClassName
{
border-color: #C4AA46;
}
</style>