Shades of Sundance #C1A451
Tints of Sundance #C1A451
RGB
CMYK
RGB Variations
Color information
#C1A451 (or 0xC1A451) is known color: Sundance. HEX triplet: C1, A4 and 51. RGB value is (193,164,81). Sum of RGB (Red+Green+Blue) = 193+164+81=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 81 (32.03% from 255 or 18.49% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A451 is #3E5BAE. Grayscale: #A3A3A3. Windows color (decimal): -4086703 or 5350593. OLE color: 5350593.
HSL color Cylindrical-coordinate representation of color #C1A451: hue angle of 44.46º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1A451 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 164 | 81 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.24 |
| HSL | 44.46º | 0.47% | 0.54% | - |
| HSV(B) | 44.46º | 0.58% | 0.76% | - |
| XYZ | 36.75 | 38.48 | 13.28 | - |
| YUV | 163.21 | 81.61 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 164 | 81 | 0 | 0.15 | 0.58 | 0.24 | 44.46 | 0.47 | 0.54 |
| Hex | C1 | A4 | 51 | 0 | F | 3A | 18 | 2C | 2F | 36 |
| Octal | 301 | 244 | 121 | 0 | 17 | 72 | 30 | 54 | 57 | 66 |
| Binary | 11000001 | 10100100 | 1010001 | 0 | 1111 | 111010 | 11000 | 101100 | 101111 | 110110 |
Color Harmonies of #C1A451
Complementary color
Monochromatic Colors of #C1A451
Black with #C1A451
Text Example
Text Example
White with #C1A451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A451; }
p { color: rgb(193,164,81); }
H1.HeaderClassName
{
color: #C1A451;
}
.AnyTagClassName
{
color: #C1A451;
}
</style>
background-color css
<style>
a { background-color: #C1A451; }
a { background-color: rgb(193,164,81); }
div.DivClassName
{
background-color: #C1A451;
}
.BgClassName
{
background-color: #C1A451;
}
</style>
border-color css
<style>
span { border-color: #C1A451; }
span { border-color: rgb(193,164,81); }
td.TdClassName
{
border-color: #C1A451;
}
.TagClassName
{
border-color: #C1A451;
}
</style>