Shades of Sundance #C1A045
Tints of Sundance #C1A045
RGB
CMYK
RGB Variations
Color information
#C1A045 (or 0xC1A045) is known color: Sundance. HEX triplet: C1, A0 and 45. RGB value is (193,160,69). Sum of RGB (Red+Green+Blue) = 193+160+69=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A045 is #3E5FBA. Grayscale: #9F9F9F. Windows color (decimal): -4087739 or 4563137. OLE color: 4563137.
HSL color Cylindrical-coordinate representation of color #C1A045: hue angle of 44.03º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1A045 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 160 | 69 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.24 |
| HSL | 44.03º | 0.5% | 0.51% | - |
| HSV(B) | 44.03º | 0.64% | 0.76% | - |
| XYZ | 35.64 | 36.91 | 10.88 | - |
| YUV | 159.49 | 76.93 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 160 | 69 | 0 | 0.17 | 0.64 | 0.24 | 44.03 | 0.5 | 0.51 |
| Hex | C1 | A0 | 45 | 0 | 11 | 40 | 18 | 2C | 32 | 33 |
| Octal | 301 | 240 | 105 | 0 | 21 | 100 | 30 | 54 | 62 | 63 |
| Binary | 11000001 | 10100000 | 1000101 | 0 | 10001 | 1000000 | 11000 | 101100 | 110010 | 110011 |
Color Harmonies of #C1A045
Complementary color
Monochromatic Colors of #C1A045
Black with #C1A045
Text Example
Text Example
White with #C1A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A045; }
p { color: rgb(193,160,69); }
H1.HeaderClassName
{
color: #C1A045;
}
.AnyTagClassName
{
color: #C1A045;
}
</style>
background-color css
<style>
a { background-color: #C1A045; }
a { background-color: rgb(193,160,69); }
div.DivClassName
{
background-color: #C1A045;
}
.BgClassName
{
background-color: #C1A045;
}
</style>
border-color css
<style>
span { border-color: #C1A045; }
span { border-color: rgb(193,160,69); }
td.TdClassName
{
border-color: #C1A045;
}
.TagClassName
{
border-color: #C1A045;
}
</style>