Shades of Sundance #C2AD54
Tints of Sundance #C2AD54
RGB
CMYK
RGB Variations
Color information
#C2AD54 (or 0xC2AD54) is known color: Sundance. HEX triplet: C2, AD and 54. RGB value is (194,173,84). Sum of RGB (Red+Green+Blue) = 194+173+84=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 84 (33.20% from 255 or 18.63% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD54 is #3D52AB. Grayscale: #A9A9A9. Windows color (decimal): -4018860 or 5549506. OLE color: 5549506.
HSL color Cylindrical-coordinate representation of color #C2AD54: hue angle of 48.55º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2AD54 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 84 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.24 |
| HSL | 48.55º | 0.47% | 0.55% | - |
| HSV(B) | 48.55º | 0.57% | 0.76% | - |
| XYZ | 38.79 | 42 | 14.45 | - |
| YUV | 169.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 84 | 0 | 0.11 | 0.57 | 0.24 | 48.55 | 0.47 | 0.55 |
| Hex | C2 | AD | 54 | 0 | B | 39 | 18 | 31 | 2F | 37 |
| Octal | 302 | 255 | 124 | 0 | 13 | 71 | 30 | 61 | 57 | 67 |
| Binary | 11000010 | 10101101 | 1010100 | 0 | 1011 | 111001 | 11000 | 110001 | 101111 | 110111 |
Color Harmonies of #C2AD54
Complementary color
Monochromatic Colors of #C2AD54
Black with #C2AD54
Text Example
Text Example
White with #C2AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD54; }
p { color: rgb(194,173,84); }
H1.HeaderClassName
{
color: #C2AD54;
}
.AnyTagClassName
{
color: #C2AD54;
}
</style>
background-color css
<style>
a { background-color: #C2AD54; }
a { background-color: rgb(194,173,84); }
div.DivClassName
{
background-color: #C2AD54;
}
.BgClassName
{
background-color: #C2AD54;
}
</style>
border-color css
<style>
span { border-color: #C2AD54; }
span { border-color: rgb(194,173,84); }
td.TdClassName
{
border-color: #C2AD54;
}
.TagClassName
{
border-color: #C2AD54;
}
</style>