Shades of Sundance #C2AC54
Tints of Sundance #C2AC54
RGB
CMYK
RGB Variations
Color information
#C2AC54 (or 0xC2AC54) is known color: Sundance. HEX triplet: C2, AC and 54. RGB value is (194,172,84). Sum of RGB (Red+Green+Blue) = 194+172+84=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC54 is #3D53AB. Grayscale: #A8A8A8. Windows color (decimal): -4019116 or 5549250. OLE color: 5549250.
HSL color Cylindrical-coordinate representation of color #C2AC54: hue angle of 48º 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 #C2AC54 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 84 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.24 |
| HSL | 48º | 0.47% | 0.55% | - |
| HSV(B) | 48º | 0.57% | 0.76% | - |
| XYZ | 38.6 | 41.61 | 14.39 | - |
| YUV | 168.55 | 80.29 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 84 | 0 | 0.11 | 0.57 | 0.24 | 48 | 0.47 | 0.55 |
| Hex | C2 | AC | 54 | 0 | B | 39 | 18 | 30 | 2F | 37 |
| Octal | 302 | 254 | 124 | 0 | 13 | 71 | 30 | 60 | 57 | 67 |
| Binary | 11000010 | 10101100 | 1010100 | 0 | 1011 | 111001 | 11000 | 110000 | 101111 | 110111 |
Color Harmonies of #C2AC54
Complementary color
Monochromatic Colors of #C2AC54
Black with #C2AC54
Text Example
Text Example
White with #C2AC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC54; }
p { color: rgb(194,172,84); }
H1.HeaderClassName
{
color: #C2AC54;
}
.AnyTagClassName
{
color: #C2AC54;
}
</style>
background-color css
<style>
a { background-color: #C2AC54; }
a { background-color: rgb(194,172,84); }
div.DivClassName
{
background-color: #C2AC54;
}
.BgClassName
{
background-color: #C2AC54;
}
</style>
border-color css
<style>
span { border-color: #C2AC54; }
span { border-color: rgb(194,172,84); }
td.TdClassName
{
border-color: #C2AC54;
}
.TagClassName
{
border-color: #C2AC54;
}
</style>