Shades of Sundance #C1A44A
Tints of Sundance #C1A44A
RGB
CMYK
RGB Variations
Color information
#C1A44A (or 0xC1A44A) is known color: Sundance. HEX triplet: C1, A4 and 4A. RGB value is (193,164,74). Sum of RGB (Red+Green+Blue) = 193+164+74=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A44A is #3E5BB5. Grayscale: #A2A2A2. Windows color (decimal): -4086710 or 4891841. OLE color: 4891841.
HSL color Cylindrical-coordinate representation of color #C1A44A: hue angle of 45.38º 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 #C1A44A is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 164 | 74 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.24 |
| HSL | 45.38º | 0.49% | 0.52% | - |
| HSV(B) | 45.38º | 0.62% | 0.76% | - |
| XYZ | 36.5 | 38.38 | 11.96 | - |
| YUV | 162.41 | 78.11 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 164 | 74 | 0 | 0.15 | 0.62 | 0.24 | 45.38 | 0.49 | 0.52 |
| Hex | C1 | A4 | 4A | 0 | F | 3E | 18 | 2D | 31 | 34 |
| Octal | 301 | 244 | 112 | 0 | 17 | 76 | 30 | 55 | 61 | 64 |
| Binary | 11000001 | 10100100 | 1001010 | 0 | 1111 | 111110 | 11000 | 101101 | 110001 | 110100 |
Color Harmonies of #C1A44A
Complementary color
Monochromatic Colors of #C1A44A
Black with #C1A44A
Text Example
Text Example
White with #C1A44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A44A; }
p { color: rgb(193,164,74); }
H1.HeaderClassName
{
color: #C1A44A;
}
.AnyTagClassName
{
color: #C1A44A;
}
</style>
background-color css
<style>
a { background-color: #C1A44A; }
a { background-color: rgb(193,164,74); }
div.DivClassName
{
background-color: #C1A44A;
}
.BgClassName
{
background-color: #C1A44A;
}
</style>
border-color css
<style>
span { border-color: #C1A44A; }
span { border-color: rgb(193,164,74); }
td.TdClassName
{
border-color: #C1A44A;
}
.TagClassName
{
border-color: #C1A44A;
}
</style>