Shades of Sundance #C1A452
Tints of Sundance #C1A452
RGB
CMYK
RGB Variations
Color information
#C1A452 (or 0xC1A452) is known color: Sundance. HEX triplet: C1, A4 and 52. RGB value is (193,164,82). Sum of RGB (Red+Green+Blue) = 193+164+82=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A452 is #3E5BAD. Grayscale: #A3A3A3. Windows color (decimal): -4086702 or 5416129. OLE color: 5416129.
HSL color Cylindrical-coordinate representation of color #C1A452: hue angle of 44.32º 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 #C1A452 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 164 | 82 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.24 |
| HSL | 44.32º | 0.47% | 0.54% | - |
| HSV(B) | 44.32º | 0.58% | 0.76% | - |
| XYZ | 36.79 | 38.5 | 13.47 | - |
| YUV | 163.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 164 | 82 | 0 | 0.15 | 0.58 | 0.24 | 44.32 | 0.47 | 0.54 |
| Hex | C1 | A4 | 52 | 0 | F | 3A | 18 | 2C | 2F | 36 |
| Octal | 301 | 244 | 122 | 0 | 17 | 72 | 30 | 54 | 57 | 66 |
| Binary | 11000001 | 10100100 | 1010010 | 0 | 1111 | 111010 | 11000 | 101100 | 101111 | 110110 |
Color Harmonies of #C1A452
Complementary color
Monochromatic Colors of #C1A452
Black with #C1A452
Text Example
Text Example
White with #C1A452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A452; }
p { color: rgb(193,164,82); }
H1.HeaderClassName
{
color: #C1A452;
}
.AnyTagClassName
{
color: #C1A452;
}
</style>
background-color css
<style>
a { background-color: #C1A452; }
a { background-color: rgb(193,164,82); }
div.DivClassName
{
background-color: #C1A452;
}
.BgClassName
{
background-color: #C1A452;
}
</style>
border-color css
<style>
span { border-color: #C1A452; }
span { border-color: rgb(193,164,82); }
td.TdClassName
{
border-color: #C1A452;
}
.TagClassName
{
border-color: #C1A452;
}
</style>