Shades of Sundance #C1A44B
Tints of Sundance #C1A44B
RGB
CMYK
RGB Variations
Color information
#C1A44B (or 0xC1A44B) is known color: Sundance. HEX triplet: C1, A4 and 4B. RGB value is (193,164,75). Sum of RGB (Red+Green+Blue) = 193+164+75=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A44B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A44B is #3E5BB4. Grayscale: #A2A2A2. Windows color (decimal): -4086709 or 4957377. OLE color: 4957377.
HSL color Cylindrical-coordinate representation of color #C1A44B: hue angle of 45.25º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1A44B is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 164 | 75 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.24 |
| HSL | 45.25º | 0.49% | 0.53% | - |
| HSV(B) | 45.25º | 0.61% | 0.76% | - |
| XYZ | 36.54 | 38.4 | 12.14 | - |
| YUV | 162.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 164 | 75 | 0 | 0.15 | 0.61 | 0.24 | 45.25 | 0.49 | 0.53 |
| Hex | C1 | A4 | 4B | 0 | F | 3D | 18 | 2D | 31 | 35 |
| Octal | 301 | 244 | 113 | 0 | 17 | 75 | 30 | 55 | 61 | 65 |
| Binary | 11000001 | 10100100 | 1001011 | 0 | 1111 | 111101 | 11000 | 101101 | 110001 | 110101 |
Color Harmonies of #C1A44B
Complementary color
Monochromatic Colors of #C1A44B
Black with #C1A44B
Text Example
Text Example
White with #C1A44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A44B; }
p { color: rgb(193,164,75); }
H1.HeaderClassName
{
color: #C1A44B;
}
.AnyTagClassName
{
color: #C1A44B;
}
</style>
background-color css
<style>
a { background-color: #C1A44B; }
a { background-color: rgb(193,164,75); }
div.DivClassName
{
background-color: #C1A44B;
}
.BgClassName
{
background-color: #C1A44B;
}
</style>
border-color css
<style>
span { border-color: #C1A44B; }
span { border-color: rgb(193,164,75); }
td.TdClassName
{
border-color: #C1A44B;
}
.TagClassName
{
border-color: #C1A44B;
}
</style>