Shades of Sundance #C5A553
Tints of Sundance #C5A553
RGB
CMYK
RGB Variations
Color information
#C5A553 (or 0xC5A553) is known color: Sundance. HEX triplet: C5, A5 and 53. RGB value is (197,165,83). Sum of RGB (Red+Green+Blue) = 197+165+83=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A553 is #3A5AAC. Grayscale: #A5A5A5. Windows color (decimal): -3824301 or 5481925. OLE color: 5481925.
HSL color Cylindrical-coordinate representation of color #C5A553: hue angle of 43.16º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5A553 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 165 | 83 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.23 |
| HSL | 43.16º | 0.5% | 0.55% | - |
| HSV(B) | 43.16º | 0.58% | 0.77% | - |
| XYZ | 38.04 | 39.41 | 13.78 | - |
| YUV | 165.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 83 | 0 | 0.16 | 0.58 | 0.23 | 43.16 | 0.5 | 0.55 |
| Hex | C5 | A5 | 53 | 0 | 10 | 3A | 17 | 2B | 32 | 37 |
| Octal | 305 | 245 | 123 | 0 | 20 | 72 | 27 | 53 | 62 | 67 |
| Binary | 11000101 | 10100101 | 1010011 | 0 | 10000 | 111010 | 10111 | 101011 | 110010 | 110111 |
Color Harmonies of #C5A553
Complementary color
Monochromatic Colors of #C5A553
Black with #C5A553
Text Example
Text Example
White with #C5A553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A553; }
p { color: rgb(197,165,83); }
H1.HeaderClassName
{
color: #C5A553;
}
.AnyTagClassName
{
color: #C5A553;
}
</style>
background-color css
<style>
a { background-color: #C5A553; }
a { background-color: rgb(197,165,83); }
div.DivClassName
{
background-color: #C5A553;
}
.BgClassName
{
background-color: #C5A553;
}
</style>
border-color css
<style>
span { border-color: #C5A553; }
span { border-color: rgb(197,165,83); }
td.TdClassName
{
border-color: #C5A553;
}
.TagClassName
{
border-color: #C5A553;
}
</style>