Shades of Sundance #C2AD50
Tints of Sundance #C2AD50
RGB
CMYK
RGB Variations
Color information
#C2AD50 (or 0xC2AD50) is known color: Sundance. HEX triplet: C2, AD and 50. RGB value is (194,173,80). Sum of RGB (Red+Green+Blue) = 194+173+80=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD50 is #3D52AF. Grayscale: #A9A9A9. Windows color (decimal): -4018864 or 5287362. OLE color: 5287362.
HSL color Cylindrical-coordinate representation of color #C2AD50: hue angle of 48.95º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2AD50 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 80 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.24 |
| HSL | 48.95º | 0.48% | 0.54% | - |
| HSV(B) | 48.95º | 0.59% | 0.76% | - |
| XYZ | 38.64 | 41.94 | 13.65 | - |
| YUV | 168.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 80 | 0 | 0.11 | 0.59 | 0.24 | 48.95 | 0.48 | 0.54 |
| Hex | C2 | AD | 50 | 0 | B | 3B | 18 | 31 | 30 | 36 |
| Octal | 302 | 255 | 120 | 0 | 13 | 73 | 30 | 61 | 60 | 66 |
| Binary | 11000010 | 10101101 | 1010000 | 0 | 1011 | 111011 | 11000 | 110001 | 110000 | 110110 |
Color Harmonies of #C2AD50
Complementary color
Monochromatic Colors of #C2AD50
Black with #C2AD50
Text Example
Text Example
White with #C2AD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD50; }
p { color: rgb(194,173,80); }
H1.HeaderClassName
{
color: #C2AD50;
}
.AnyTagClassName
{
color: #C2AD50;
}
</style>
background-color css
<style>
a { background-color: #C2AD50; }
a { background-color: rgb(194,173,80); }
div.DivClassName
{
background-color: #C2AD50;
}
.BgClassName
{
background-color: #C2AD50;
}
</style>
border-color css
<style>
span { border-color: #C2AD50; }
span { border-color: rgb(194,173,80); }
td.TdClassName
{
border-color: #C2AD50;
}
.TagClassName
{
border-color: #C2AD50;
}
</style>