Shades of Sundance #C1AB4F
Tints of Sundance #C1AB4F
RGB
CMYK
RGB Variations
Color information
#C1AB4F (or 0xC1AB4F) is known color: Sundance. HEX triplet: C1, AB and 4F. RGB value is (193,171,79). Sum of RGB (Red+Green+Blue) = 193+171+79=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB4F is #3E54B0. Grayscale: #A7A7A7. Windows color (decimal): -4084913 or 5221313. OLE color: 5221313.
HSL color Cylindrical-coordinate representation of color #C1AB4F: hue angle of 48.42º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1AB4F is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 79 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.24 |
| HSL | 48.42º | 0.48% | 0.53% | - |
| HSV(B) | 48.42º | 0.59% | 0.76% | - |
| XYZ | 37.97 | 41.03 | 13.32 | - |
| YUV | 167.09 | 78.29 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 79 | 0 | 0.11 | 0.59 | 0.24 | 48.42 | 0.48 | 0.53 |
| Hex | C1 | AB | 4F | 0 | B | 3B | 18 | 30 | 30 | 35 |
| Octal | 301 | 253 | 117 | 0 | 13 | 73 | 30 | 60 | 60 | 65 |
| Binary | 11000001 | 10101011 | 1001111 | 0 | 1011 | 111011 | 11000 | 110000 | 110000 | 110101 |
Color Harmonies of #C1AB4F
Complementary color
Monochromatic Colors of #C1AB4F
Black with #C1AB4F
Text Example
Text Example
White with #C1AB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AB4F; }
p { color: rgb(193,171,79); }
H1.HeaderClassName
{
color: #C1AB4F;
}
.AnyTagClassName
{
color: #C1AB4F;
}
</style>
background-color css
<style>
a { background-color: #C1AB4F; }
a { background-color: rgb(193,171,79); }
div.DivClassName
{
background-color: #C1AB4F;
}
.BgClassName
{
background-color: #C1AB4F;
}
</style>
border-color css
<style>
span { border-color: #C1AB4F; }
span { border-color: rgb(193,171,79); }
td.TdClassName
{
border-color: #C1AB4F;
}
.TagClassName
{
border-color: #C1AB4F;
}
</style>