Shades of Sundance #C1A647
Tints of Sundance #C1A647
RGB
CMYK
RGB Variations
Color information
#C1A647 (or 0xC1A647) is known color: Sundance. HEX triplet: C1, A6 and 47. RGB value is (193,166,71). Sum of RGB (Red+Green+Blue) = 193+166+71=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A647 is #3E59B8. Grayscale: #A3A3A3. Windows color (decimal): -4086201 or 4695745. OLE color: 4695745.
HSL color Cylindrical-coordinate representation of color #C1A647: hue angle of 46.72º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C1A647 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 166 | 71 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.24 |
| HSL | 46.72º | 0.5% | 0.52% | - |
| HSV(B) | 46.72º | 0.63% | 0.76% | - |
| XYZ | 36.77 | 39.06 | 11.56 | - |
| YUV | 163.24 | 75.95 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 166 | 71 | 0 | 0.14 | 0.63 | 0.24 | 46.72 | 0.5 | 0.52 |
| Hex | C1 | A6 | 47 | 0 | E | 3F | 18 | 2F | 32 | 34 |
| Octal | 301 | 246 | 107 | 0 | 16 | 77 | 30 | 57 | 62 | 64 |
| Binary | 11000001 | 10100110 | 1000111 | 0 | 1110 | 111111 | 11000 | 101111 | 110010 | 110100 |
Color Harmonies of #C1A647
Complementary color
Monochromatic Colors of #C1A647
Black with #C1A647
Text Example
Text Example
White with #C1A647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A647; }
p { color: rgb(193,166,71); }
H1.HeaderClassName
{
color: #C1A647;
}
.AnyTagClassName
{
color: #C1A647;
}
</style>
background-color css
<style>
a { background-color: #C1A647; }
a { background-color: rgb(193,166,71); }
div.DivClassName
{
background-color: #C1A647;
}
.BgClassName
{
background-color: #C1A647;
}
</style>
border-color css
<style>
span { border-color: #C1A647; }
span { border-color: rgb(193,166,71); }
td.TdClassName
{
border-color: #C1A647;
}
.TagClassName
{
border-color: #C1A647;
}
</style>