Shades of Sundance #C5AF4B
Tints of Sundance #C5AF4B
RGB
CMYK
RGB Variations
Color information
#C5AF4B (or 0xC5AF4B) is known color: Sundance. HEX triplet: C5, AF and 4B. RGB value is (197,175,75). Sum of RGB (Red+Green+Blue) = 197+175+75=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF4B is #3A50B4. Grayscale: #AAAAAA. Windows color (decimal): -3821749 or 4960197. OLE color: 4960197.
HSL color Cylindrical-coordinate representation of color #C5AF4B: hue angle of 49.18º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5AF4B is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 75 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.23 |
| HSL | 49.18º | 0.51% | 0.53% | - |
| HSV(B) | 49.18º | 0.62% | 0.77% | - |
| XYZ | 39.63 | 43.04 | 12.88 | - |
| YUV | 170.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 75 | 0 | 0.11 | 0.62 | 0.23 | 49.18 | 0.51 | 0.53 |
| Hex | C5 | AF | 4B | 0 | B | 3E | 17 | 31 | 33 | 35 |
| Octal | 305 | 257 | 113 | 0 | 13 | 76 | 27 | 61 | 63 | 65 |
| Binary | 11000101 | 10101111 | 1001011 | 0 | 1011 | 111110 | 10111 | 110001 | 110011 | 110101 |
Color Harmonies of #C5AF4B
Complementary color
Monochromatic Colors of #C5AF4B
Black with #C5AF4B
Text Example
Text Example
White with #C5AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF4B; }
p { color: rgb(197,175,75); }
H1.HeaderClassName
{
color: #C5AF4B;
}
.AnyTagClassName
{
color: #C5AF4B;
}
</style>
background-color css
<style>
a { background-color: #C5AF4B; }
a { background-color: rgb(197,175,75); }
div.DivClassName
{
background-color: #C5AF4B;
}
.BgClassName
{
background-color: #C5AF4B;
}
</style>
border-color css
<style>
span { border-color: #C5AF4B; }
span { border-color: rgb(197,175,75); }
td.TdClassName
{
border-color: #C5AF4B;
}
.TagClassName
{
border-color: #C5AF4B;
}
</style>