Shades of Sundance #C5AF46
Tints of Sundance #C5AF46
RGB
CMYK
RGB Variations
Color information
#C5AF46 (or 0xC5AF46) is known color: Sundance. HEX triplet: C5, AF and 46. RGB value is (197,175,70). Sum of RGB (Red+Green+Blue) = 197+175+70=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF46 is #3A50B9. Grayscale: #AAAAAA. Windows color (decimal): -3821754 or 4632517. OLE color: 4632517.
HSL color Cylindrical-coordinate representation of color #C5AF46: hue angle of 49.61º 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 #C5AF46 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 70 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.23 |
| HSL | 49.61º | 0.52% | 0.52% | - |
| HSV(B) | 49.61º | 0.64% | 0.77% | - |
| XYZ | 39.46 | 42.97 | 12.01 | - |
| YUV | 169.61 | 71.79 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 70 | 0 | 0.11 | 0.64 | 0.23 | 49.61 | 0.52 | 0.52 |
| Hex | C5 | AF | 46 | 0 | B | 40 | 17 | 32 | 34 | 34 |
| Octal | 305 | 257 | 106 | 0 | 13 | 100 | 27 | 62 | 64 | 64 |
| Binary | 11000101 | 10101111 | 1000110 | 0 | 1011 | 1000000 | 10111 | 110010 | 110100 | 110100 |
Color Harmonies of #C5AF46
Complementary color
Monochromatic Colors of #C5AF46
Black with #C5AF46
Text Example
Text Example
White with #C5AF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF46; }
p { color: rgb(197,175,70); }
H1.HeaderClassName
{
color: #C5AF46;
}
.AnyTagClassName
{
color: #C5AF46;
}
</style>
background-color css
<style>
a { background-color: #C5AF46; }
a { background-color: rgb(197,175,70); }
div.DivClassName
{
background-color: #C5AF46;
}
.BgClassName
{
background-color: #C5AF46;
}
</style>
border-color css
<style>
span { border-color: #C5AF46; }
span { border-color: rgb(197,175,70); }
td.TdClassName
{
border-color: #C5AF46;
}
.TagClassName
{
border-color: #C5AF46;
}
</style>