Shades of Sundance #C5AF57
Tints of Sundance #C5AF57
RGB
CMYK
RGB Variations
Color information
#C5AF57 (or 0xC5AF57) is known color: Sundance. HEX triplet: C5, AF and 57. RGB value is (197,175,87). Sum of RGB (Red+Green+Blue) = 197+175+87=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 87 (34.38% from 255 or 18.95% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF57 is #3A50A8. Grayscale: #ABABAB. Windows color (decimal): -3821737 or 5746629. OLE color: 5746629.
HSL color Cylindrical-coordinate representation of color #C5AF57: hue angle of 48º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5AF57 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 87 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.23 |
| HSL | 48º | 0.49% | 0.56% | - |
| HSV(B) | 48º | 0.56% | 0.77% | - |
| XYZ | 40.08 | 43.22 | 15.25 | - |
| YUV | 171.55 | 80.29 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 87 | 0 | 0.11 | 0.56 | 0.23 | 48 | 0.49 | 0.56 |
| Hex | C5 | AF | 57 | 0 | B | 38 | 17 | 30 | 31 | 38 |
| Octal | 305 | 257 | 127 | 0 | 13 | 70 | 27 | 60 | 61 | 70 |
| Binary | 11000101 | 10101111 | 1010111 | 0 | 1011 | 111000 | 10111 | 110000 | 110001 | 111000 |
Color Harmonies of #C5AF57
Complementary color
Monochromatic Colors of #C5AF57
Black with #C5AF57
Text Example
Text Example
White with #C5AF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF57; }
p { color: rgb(197,175,87); }
H1.HeaderClassName
{
color: #C5AF57;
}
.AnyTagClassName
{
color: #C5AF57;
}
</style>
background-color css
<style>
a { background-color: #C5AF57; }
a { background-color: rgb(197,175,87); }
div.DivClassName
{
background-color: #C5AF57;
}
.BgClassName
{
background-color: #C5AF57;
}
</style>
border-color css
<style>
span { border-color: #C5AF57; }
span { border-color: rgb(197,175,87); }
td.TdClassName
{
border-color: #C5AF57;
}
.TagClassName
{
border-color: #C5AF57;
}
</style>