Shades of Sundance #C2AD55
Tints of Sundance #C2AD55
RGB
CMYK
RGB Variations
Color information
#C2AD55 (or 0xC2AD55) is known color: Sundance. HEX triplet: C2, AD and 55. RGB value is (194,173,85). Sum of RGB (Red+Green+Blue) = 194+173+85=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD55 is #3D52AA. Grayscale: #A9A9A9. Windows color (decimal): -4018859 or 5615042. OLE color: 5615042.
HSL color Cylindrical-coordinate representation of color #C2AD55: hue angle of 48.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2AD55 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 85 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.24 |
| HSL | 48.44º | 0.47% | 0.55% | - |
| HSV(B) | 48.44º | 0.56% | 0.76% | - |
| XYZ | 38.83 | 42.01 | 14.66 | - |
| YUV | 169.25 | 80.46 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 85 | 0 | 0.11 | 0.56 | 0.24 | 48.44 | 0.47 | 0.55 |
| Hex | C2 | AD | 55 | 0 | B | 38 | 18 | 30 | 2F | 37 |
| Octal | 302 | 255 | 125 | 0 | 13 | 70 | 30 | 60 | 57 | 67 |
| Binary | 11000010 | 10101101 | 1010101 | 0 | 1011 | 111000 | 11000 | 110000 | 101111 | 110111 |
Color Harmonies of #C2AD55
Complementary color
Monochromatic Colors of #C2AD55
Black with #C2AD55
Text Example
Text Example
White with #C2AD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD55; }
p { color: rgb(194,173,85); }
H1.HeaderClassName
{
color: #C2AD55;
}
.AnyTagClassName
{
color: #C2AD55;
}
</style>
background-color css
<style>
a { background-color: #C2AD55; }
a { background-color: rgb(194,173,85); }
div.DivClassName
{
background-color: #C2AD55;
}
.BgClassName
{
background-color: #C2AD55;
}
</style>
border-color css
<style>
span { border-color: #C2AD55; }
span { border-color: rgb(194,173,85); }
td.TdClassName
{
border-color: #C2AD55;
}
.TagClassName
{
border-color: #C2AD55;
}
</style>