Shades of Sundance #C1AD4E
Tints of Sundance #C1AD4E
RGB
CMYK
RGB Variations
Color information
#C1AD4E (or 0xC1AD4E) is known color: Sundance. HEX triplet: C1, AD and 4E. RGB value is (193,173,78). Sum of RGB (Red+Green+Blue) = 193+173+78=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AD4E is #3E52B1. Grayscale: #A8A8A8. Windows color (decimal): -4084402 or 5156289. OLE color: 5156289.
HSL color Cylindrical-coordinate representation of color #C1AD4E: hue angle of 49.57º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1AD4E is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 78 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.24 |
| HSL | 49.57º | 0.48% | 0.53% | - |
| HSV(B) | 49.57º | 0.6% | 0.76% | - |
| XYZ | 38.31 | 41.77 | 13.25 | - |
| YUV | 168.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 78 | 0 | 0.10 | 0.60 | 0.24 | 49.57 | 0.48 | 0.53 |
| Hex | C1 | AD | 4E | 0 | A | 3C | 18 | 32 | 30 | 35 |
| Octal | 301 | 255 | 116 | 0 | 12 | 74 | 30 | 62 | 60 | 65 |
| Binary | 11000001 | 10101101 | 1001110 | 0 | 1010 | 111100 | 11000 | 110010 | 110000 | 110101 |
Color Harmonies of #C1AD4E
Complementary color
Monochromatic Colors of #C1AD4E
Black with #C1AD4E
Text Example
Text Example
White with #C1AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD4E; }
p { color: rgb(193,173,78); }
H1.HeaderClassName
{
color: #C1AD4E;
}
.AnyTagClassName
{
color: #C1AD4E;
}
</style>
background-color css
<style>
a { background-color: #C1AD4E; }
a { background-color: rgb(193,173,78); }
div.DivClassName
{
background-color: #C1AD4E;
}
.BgClassName
{
background-color: #C1AD4E;
}
</style>
border-color css
<style>
span { border-color: #C1AD4E; }
span { border-color: rgb(193,173,78); }
td.TdClassName
{
border-color: #C1AD4E;
}
.TagClassName
{
border-color: #C1AD4E;
}
</style>