Shades of Sundance #C2AD41
Tints of Sundance #C2AD41
RGB
CMYK
RGB Variations
Color information
#C2AD41 (or 0xC2AD41) is known color: Sundance. HEX triplet: C2, AD and 41. RGB value is (194,173,65). Sum of RGB (Red+Green+Blue) = 194+173+65=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD41 is #3D52BE. Grayscale: #A7A7A7. Windows color (decimal): -4018879 or 4304322. OLE color: 4304322.
HSL color Cylindrical-coordinate representation of color #C2AD41: hue angle of 50.23º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2AD41 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 65 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.24 |
| HSL | 50.23º | 0.51% | 0.51% | - |
| HSV(B) | 50.23º | 0.66% | 0.76% | - |
| XYZ | 38.15 | 41.74 | 11.05 | - |
| YUV | 166.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 65 | 0 | 0.11 | 0.66 | 0.24 | 50.23 | 0.51 | 0.51 |
| Hex | C2 | AD | 41 | 0 | B | 42 | 18 | 32 | 33 | 33 |
| Octal | 302 | 255 | 101 | 0 | 13 | 102 | 30 | 62 | 63 | 63 |
| Binary | 11000010 | 10101101 | 1000001 | 0 | 1011 | 1000010 | 11000 | 110010 | 110011 | 110011 |
Color Harmonies of #C2AD41
Complementary color
Monochromatic Colors of #C2AD41
Black with #C2AD41
Text Example
Text Example
White with #C2AD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD41; }
p { color: rgb(194,173,65); }
H1.HeaderClassName
{
color: #C2AD41;
}
.AnyTagClassName
{
color: #C2AD41;
}
</style>
background-color css
<style>
a { background-color: #C2AD41; }
a { background-color: rgb(194,173,65); }
div.DivClassName
{
background-color: #C2AD41;
}
.BgClassName
{
background-color: #C2AD41;
}
</style>
border-color css
<style>
span { border-color: #C2AD41; }
span { border-color: rgb(194,173,65); }
td.TdClassName
{
border-color: #C2AD41;
}
.TagClassName
{
border-color: #C2AD41;
}
</style>