Shades of Sundance #C5AF49
Tints of Sundance #C5AF49
RGB
CMYK
RGB Variations
Color information
#C5AF49 (or 0xC5AF49) is known color: Sundance. HEX triplet: C5, AF and 49. RGB value is (197,175,73). Sum of RGB (Red+Green+Blue) = 197+175+73=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF49 is #3A50B6. Grayscale: #AAAAAA. Windows color (decimal): -3821751 or 4829125. OLE color: 4829125.
HSL color Cylindrical-coordinate representation of color #C5AF49: hue angle of 49.35º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5AF49 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 73 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.23 |
| HSL | 49.35º | 0.52% | 0.53% | - |
| HSV(B) | 49.35º | 0.63% | 0.77% | - |
| XYZ | 39.56 | 43.01 | 12.52 | - |
| YUV | 169.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 73 | 0 | 0.11 | 0.63 | 0.23 | 49.35 | 0.52 | 0.53 |
| Hex | C5 | AF | 49 | 0 | B | 3F | 17 | 31 | 34 | 35 |
| Octal | 305 | 257 | 111 | 0 | 13 | 77 | 27 | 61 | 64 | 65 |
| Binary | 11000101 | 10101111 | 1001001 | 0 | 1011 | 111111 | 10111 | 110001 | 110100 | 110101 |
Color Harmonies of #C5AF49
Complementary color
Monochromatic Colors of #C5AF49
Black with #C5AF49
Text Example
Text Example
White with #C5AF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF49; }
p { color: rgb(197,175,73); }
H1.HeaderClassName
{
color: #C5AF49;
}
.AnyTagClassName
{
color: #C5AF49;
}
</style>
background-color css
<style>
a { background-color: #C5AF49; }
a { background-color: rgb(197,175,73); }
div.DivClassName
{
background-color: #C5AF49;
}
.BgClassName
{
background-color: #C5AF49;
}
</style>
border-color css
<style>
span { border-color: #C5AF49; }
span { border-color: rgb(197,175,73); }
td.TdClassName
{
border-color: #C5AF49;
}
.TagClassName
{
border-color: #C5AF49;
}
</style>