Shades of Sundance #C1AB4E
Tints of Sundance #C1AB4E
RGB
CMYK
RGB Variations
Color information
#C1AB4E (or 0xC1AB4E) is known color: Sundance. HEX triplet: C1, AB and 4E. RGB value is (193,171,78). Sum of RGB (Red+Green+Blue) = 193+171+78=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 78 (30.86% from 255 or 17.65% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB4E is #3E54B1. Grayscale: #A7A7A7. Windows color (decimal): -4084914 or 5155777. OLE color: 5155777.
HSL color Cylindrical-coordinate representation of color #C1AB4E: hue angle of 48.52º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1AB4E is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 78 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.24 |
| HSL | 48.52º | 0.48% | 0.53% | - |
| HSV(B) | 48.52º | 0.6% | 0.76% | - |
| XYZ | 37.93 | 41.01 | 13.12 | - |
| YUV | 166.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 78 | 0 | 0.11 | 0.60 | 0.24 | 48.52 | 0.48 | 0.53 |
| Hex | C1 | AB | 4E | 0 | B | 3C | 18 | 31 | 30 | 35 |
| Octal | 301 | 253 | 116 | 0 | 13 | 74 | 30 | 61 | 60 | 65 |
| Binary | 11000001 | 10101011 | 1001110 | 0 | 1011 | 111100 | 11000 | 110001 | 110000 | 110101 |
Color Harmonies of #C1AB4E
Complementary color
Monochromatic Colors of #C1AB4E
Black with #C1AB4E
Text Example
Text Example
White with #C1AB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AB4E; }
p { color: rgb(193,171,78); }
H1.HeaderClassName
{
color: #C1AB4E;
}
.AnyTagClassName
{
color: #C1AB4E;
}
</style>
background-color css
<style>
a { background-color: #C1AB4E; }
a { background-color: rgb(193,171,78); }
div.DivClassName
{
background-color: #C1AB4E;
}
.BgClassName
{
background-color: #C1AB4E;
}
</style>
border-color css
<style>
span { border-color: #C1AB4E; }
span { border-color: rgb(193,171,78); }
td.TdClassName
{
border-color: #C1AB4E;
}
.TagClassName
{
border-color: #C1AB4E;
}
</style>