Shades of Sundance #C2AC48
Tints of Sundance #C2AC48
RGB
CMYK
RGB Variations
Color information
#C2AC48 (or 0xC2AC48) is known color: Sundance. HEX triplet: C2, AC and 48. RGB value is (194,172,72). Sum of RGB (Red+Green+Blue) = 194+172+72=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC48 is #3D53B7. Grayscale: #A7A7A7. Windows color (decimal): -4019128 or 4762818. OLE color: 4762818.
HSL color Cylindrical-coordinate representation of color #C2AC48: hue angle of 49.18º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2AC48 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 72 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.24 |
| HSL | 49.18º | 0.5% | 0.52% | - |
| HSV(B) | 49.18º | 0.63% | 0.76% | - |
| XYZ | 38.17 | 41.44 | 12.12 | - |
| YUV | 167.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 72 | 0 | 0.11 | 0.63 | 0.24 | 49.18 | 0.5 | 0.52 |
| Hex | C2 | AC | 48 | 0 | B | 3F | 18 | 31 | 32 | 34 |
| Octal | 302 | 254 | 110 | 0 | 13 | 77 | 30 | 61 | 62 | 64 |
| Binary | 11000010 | 10101100 | 1001000 | 0 | 1011 | 111111 | 11000 | 110001 | 110010 | 110100 |
Color Harmonies of #C2AC48
Complementary color
Monochromatic Colors of #C2AC48
Black with #C2AC48
Text Example
Text Example
White with #C2AC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC48; }
p { color: rgb(194,172,72); }
H1.HeaderClassName
{
color: #C2AC48;
}
.AnyTagClassName
{
color: #C2AC48;
}
</style>
background-color css
<style>
a { background-color: #C2AC48; }
a { background-color: rgb(194,172,72); }
div.DivClassName
{
background-color: #C2AC48;
}
.BgClassName
{
background-color: #C2AC48;
}
</style>
border-color css
<style>
span { border-color: #C2AC48; }
span { border-color: rgb(194,172,72); }
td.TdClassName
{
border-color: #C2AC48;
}
.TagClassName
{
border-color: #C2AC48;
}
</style>