Shades of Sundance #C1A24A
Tints of Sundance #C1A24A
RGB
CMYK
RGB Variations
Color information
#C1A24A (or 0xC1A24A) is known color: Sundance. HEX triplet: C1, A2 and 4A. RGB value is (193,162,74). Sum of RGB (Red+Green+Blue) = 193+162+74=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A24A is #3E5DB5. Grayscale: #A1A1A1. Windows color (decimal): -4087222 or 4891329. OLE color: 4891329.
HSL color Cylindrical-coordinate representation of color #C1A24A: hue angle of 44.37º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1A24A is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 162 | 74 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.24 |
| HSL | 44.37º | 0.49% | 0.52% | - |
| HSV(B) | 44.37º | 0.62% | 0.76% | - |
| XYZ | 36.15 | 37.67 | 11.84 | - |
| YUV | 161.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 74 | 0 | 0.16 | 0.62 | 0.24 | 44.37 | 0.49 | 0.52 |
| Hex | C1 | A2 | 4A | 0 | 10 | 3E | 18 | 2C | 31 | 34 |
| Octal | 301 | 242 | 112 | 0 | 20 | 76 | 30 | 54 | 61 | 64 |
| Binary | 11000001 | 10100010 | 1001010 | 0 | 10000 | 111110 | 11000 | 101100 | 110001 | 110100 |
Color Harmonies of #C1A24A
Complementary color
Monochromatic Colors of #C1A24A
Black with #C1A24A
Text Example
Text Example
White with #C1A24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A24A; }
p { color: rgb(193,162,74); }
H1.HeaderClassName
{
color: #C1A24A;
}
.AnyTagClassName
{
color: #C1A24A;
}
</style>
background-color css
<style>
a { background-color: #C1A24A; }
a { background-color: rgb(193,162,74); }
div.DivClassName
{
background-color: #C1A24A;
}
.BgClassName
{
background-color: #C1A24A;
}
</style>
border-color css
<style>
span { border-color: #C1A24A; }
span { border-color: rgb(193,162,74); }
td.TdClassName
{
border-color: #C1A24A;
}
.TagClassName
{
border-color: #C1A24A;
}
</style>