Shades of Sundance #C2AC57
Tints of Sundance #C2AC57
RGB
CMYK
RGB Variations
Color information
#C2AC57 (or 0xC2AC57) is known color: Sundance. HEX triplet: C2, AC and 57. RGB value is (194,172,87). Sum of RGB (Red+Green+Blue) = 194+172+87=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC57 is #3D53A8. Grayscale: #A9A9A9. Windows color (decimal): -4019113 or 5745858. OLE color: 5745858.
HSL color Cylindrical-coordinate representation of color #C2AC57: hue angle of 47.66º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2AC57 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 87 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.24 |
| HSL | 47.66º | 0.47% | 0.55% | - |
| HSV(B) | 47.66º | 0.55% | 0.76% | - |
| XYZ | 38.72 | 41.66 | 15.02 | - |
| YUV | 168.89 | 81.79 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 87 | 0 | 0.11 | 0.55 | 0.24 | 47.66 | 0.47 | 0.55 |
| Hex | C2 | AC | 57 | 0 | B | 37 | 18 | 30 | 2F | 37 |
| Octal | 302 | 254 | 127 | 0 | 13 | 67 | 30 | 60 | 57 | 67 |
| Binary | 11000010 | 10101100 | 1010111 | 0 | 1011 | 110111 | 11000 | 110000 | 101111 | 110111 |
Color Harmonies of #C2AC57
Complementary color
Monochromatic Colors of #C2AC57
Black with #C2AC57
Text Example
Text Example
White with #C2AC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC57; }
p { color: rgb(194,172,87); }
H1.HeaderClassName
{
color: #C2AC57;
}
.AnyTagClassName
{
color: #C2AC57;
}
</style>
background-color css
<style>
a { background-color: #C2AC57; }
a { background-color: rgb(194,172,87); }
div.DivClassName
{
background-color: #C2AC57;
}
.BgClassName
{
background-color: #C2AC57;
}
</style>
border-color css
<style>
span { border-color: #C2AC57; }
span { border-color: rgb(194,172,87); }
td.TdClassName
{
border-color: #C2AC57;
}
.TagClassName
{
border-color: #C2AC57;
}
</style>