Shades of Sundance #C5AB4B
Tints of Sundance #C5AB4B
RGB
CMYK
RGB Variations
Color information
#C5AB4B (or 0xC5AB4B) is known color: Sundance. HEX triplet: C5, AB and 4B. RGB value is (197,171,75). Sum of RGB (Red+Green+Blue) = 197+171+75=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AB4B is #3A54B4. Grayscale: #A8A8A8. Windows color (decimal): -3822773 or 4959173. OLE color: 4959173.
HSL color Cylindrical-coordinate representation of color #C5AB4B: hue angle of 47.21º 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 #C5AB4B is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 75 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.23 |
| HSL | 47.21º | 0.51% | 0.53% | - |
| HSV(B) | 47.21º | 0.62% | 0.77% | - |
| XYZ | 38.86 | 41.5 | 12.62 | - |
| YUV | 167.83 | 75.61 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 75 | 0 | 0.13 | 0.62 | 0.23 | 47.21 | 0.51 | 0.53 |
| Hex | C5 | AB | 4B | 0 | D | 3E | 17 | 2F | 33 | 35 |
| Octal | 305 | 253 | 113 | 0 | 15 | 76 | 27 | 57 | 63 | 65 |
| Binary | 11000101 | 10101011 | 1001011 | 0 | 1101 | 111110 | 10111 | 101111 | 110011 | 110101 |
Color Harmonies of #C5AB4B
Complementary color
Monochromatic Colors of #C5AB4B
Black with #C5AB4B
Text Example
Text Example
White with #C5AB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB4B; }
p { color: rgb(197,171,75); }
H1.HeaderClassName
{
color: #C5AB4B;
}
.AnyTagClassName
{
color: #C5AB4B;
}
</style>
background-color css
<style>
a { background-color: #C5AB4B; }
a { background-color: rgb(197,171,75); }
div.DivClassName
{
background-color: #C5AB4B;
}
.BgClassName
{
background-color: #C5AB4B;
}
</style>
border-color css
<style>
span { border-color: #C5AB4B; }
span { border-color: rgb(197,171,75); }
td.TdClassName
{
border-color: #C5AB4B;
}
.TagClassName
{
border-color: #C5AB4B;
}
</style>