Shades of Sundance #C5AF4E
Tints of Sundance #C5AF4E
RGB
CMYK
RGB Variations
Color information
#C5AF4E (or 0xC5AF4E) is known color: Sundance. HEX triplet: C5, AF and 4E. RGB value is (197,175,78). Sum of RGB (Red+Green+Blue) = 197+175+78=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF4E is #3A50B1. Grayscale: #AAAAAA. Windows color (decimal): -3821746 or 5156805. OLE color: 5156805.
HSL color Cylindrical-coordinate representation of color #C5AF4E: hue angle of 48.91º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5AF4E is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 78 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.23 |
| HSL | 48.91º | 0.51% | 0.54% | - |
| HSV(B) | 48.91º | 0.6% | 0.77% | - |
| XYZ | 39.73 | 43.08 | 13.43 | - |
| YUV | 170.52 | 75.79 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 78 | 0 | 0.11 | 0.60 | 0.23 | 48.91 | 0.51 | 0.54 |
| Hex | C5 | AF | 4E | 0 | B | 3C | 17 | 31 | 33 | 36 |
| Octal | 305 | 257 | 116 | 0 | 13 | 74 | 27 | 61 | 63 | 66 |
| Binary | 11000101 | 10101111 | 1001110 | 0 | 1011 | 111100 | 10111 | 110001 | 110011 | 110110 |
Color Harmonies of #C5AF4E
Complementary color
Monochromatic Colors of #C5AF4E
Black with #C5AF4E
Text Example
Text Example
White with #C5AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF4E; }
p { color: rgb(197,175,78); }
H1.HeaderClassName
{
color: #C5AF4E;
}
.AnyTagClassName
{
color: #C5AF4E;
}
</style>
background-color css
<style>
a { background-color: #C5AF4E; }
a { background-color: rgb(197,175,78); }
div.DivClassName
{
background-color: #C5AF4E;
}
.BgClassName
{
background-color: #C5AF4E;
}
</style>
border-color css
<style>
span { border-color: #C5AF4E; }
span { border-color: rgb(197,175,78); }
td.TdClassName
{
border-color: #C5AF4E;
}
.TagClassName
{
border-color: #C5AF4E;
}
</style>