Shades of Sundance #C1AB43
Tints of Sundance #C1AB43
RGB
CMYK
RGB Variations
Color information
#C1AB43 (or 0xC1AB43) is known color: Sundance. HEX triplet: C1, AB and 43. RGB value is (193,171,67). Sum of RGB (Red+Green+Blue) = 193+171+67=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 67 (26.56% from 255 or 15.55% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AB43 is #3E54BC. Grayscale: #A6A6A6. Windows color (decimal): -4084925 or 4434881. OLE color: 4434881.
HSL color Cylindrical-coordinate representation of color #C1AB43: hue angle of 49.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1AB43 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 67 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.24 |
| HSL | 49.52º | 0.5% | 0.51% | - |
| HSV(B) | 49.52º | 0.65% | 0.76% | - |
| XYZ | 37.57 | 40.87 | 11.22 | - |
| YUV | 165.72 | 72.29 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 67 | 0 | 0.11 | 0.65 | 0.24 | 49.52 | 0.5 | 0.51 |
| Hex | C1 | AB | 43 | 0 | B | 41 | 18 | 32 | 32 | 33 |
| Octal | 301 | 253 | 103 | 0 | 13 | 101 | 30 | 62 | 62 | 63 |
| Binary | 11000001 | 10101011 | 1000011 | 0 | 1011 | 1000001 | 11000 | 110010 | 110010 | 110011 |
Color Harmonies of #C1AB43
Complementary color
Monochromatic Colors of #C1AB43
Black with #C1AB43
Text Example
Text Example
White with #C1AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AB43; }
p { color: rgb(193,171,67); }
H1.HeaderClassName
{
color: #C1AB43;
}
.AnyTagClassName
{
color: #C1AB43;
}
</style>
background-color css
<style>
a { background-color: #C1AB43; }
a { background-color: rgb(193,171,67); }
div.DivClassName
{
background-color: #C1AB43;
}
.BgClassName
{
background-color: #C1AB43;
}
</style>
border-color css
<style>
span { border-color: #C1AB43; }
span { border-color: rgb(193,171,67); }
td.TdClassName
{
border-color: #C1AB43;
}
.TagClassName
{
border-color: #C1AB43;
}
</style>