Shades of Sundance #C2AC4F
Tints of Sundance #C2AC4F
RGB
CMYK
RGB Variations
Color information
#C2AC4F (or 0xC2AC4F) is known color: Sundance. HEX triplet: C2, AC and 4F. RGB value is (194,172,79). Sum of RGB (Red+Green+Blue) = 194+172+79=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC4F is #3D53B0. Grayscale: #A8A8A8. Windows color (decimal): -4019121 or 5221570. OLE color: 5221570.
HSL color Cylindrical-coordinate representation of color #C2AC4F: hue angle of 48.52º degrees, saturation: 0.49, 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 #C2AC4F is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 79 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.24 |
| HSL | 48.52º | 0.49% | 0.54% | - |
| HSV(B) | 48.52º | 0.59% | 0.76% | - |
| XYZ | 38.41 | 41.54 | 13.39 | - |
| YUV | 167.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 79 | 0 | 0.11 | 0.59 | 0.24 | 48.52 | 0.49 | 0.54 |
| Hex | C2 | AC | 4F | 0 | B | 3B | 18 | 31 | 31 | 36 |
| Octal | 302 | 254 | 117 | 0 | 13 | 73 | 30 | 61 | 61 | 66 |
| Binary | 11000010 | 10101100 | 1001111 | 0 | 1011 | 111011 | 11000 | 110001 | 110001 | 110110 |
Color Harmonies of #C2AC4F
Complementary color
Monochromatic Colors of #C2AC4F
Black with #C2AC4F
Text Example
Text Example
White with #C2AC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC4F; }
p { color: rgb(194,172,79); }
H1.HeaderClassName
{
color: #C2AC4F;
}
.AnyTagClassName
{
color: #C2AC4F;
}
</style>
background-color css
<style>
a { background-color: #C2AC4F; }
a { background-color: rgb(194,172,79); }
div.DivClassName
{
background-color: #C2AC4F;
}
.BgClassName
{
background-color: #C2AC4F;
}
</style>
border-color css
<style>
span { border-color: #C2AC4F; }
span { border-color: rgb(194,172,79); }
td.TdClassName
{
border-color: #C2AC4F;
}
.TagClassName
{
border-color: #C2AC4F;
}
</style>