Shades of Sundance #C3AC49
Tints of Sundance #C3AC49
RGB
CMYK
RGB Variations
Color information
#C3AC49 (or 0xC3AC49) is known color: Sundance. HEX triplet: C3, AC and 49. RGB value is (195,172,73). Sum of RGB (Red+Green+Blue) = 195+172+73=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AC49 is #3C53B6. Grayscale: #A8A8A8. Windows color (decimal): -3953591 or 4828355. OLE color: 4828355.
HSL color Cylindrical-coordinate representation of color #C3AC49: hue angle of 48.69º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3AC49 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 73 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.24 |
| HSL | 48.69º | 0.5% | 0.53% | - |
| HSV(B) | 48.69º | 0.63% | 0.76% | - |
| XYZ | 38.46 | 41.59 | 12.3 | - |
| YUV | 167.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 73 | 0 | 0.12 | 0.63 | 0.24 | 48.69 | 0.5 | 0.53 |
| Hex | C3 | AC | 49 | 0 | C | 3F | 18 | 31 | 32 | 35 |
| Octal | 303 | 254 | 111 | 0 | 14 | 77 | 30 | 61 | 62 | 65 |
| Binary | 11000011 | 10101100 | 1001001 | 0 | 1100 | 111111 | 11000 | 110001 | 110010 | 110101 |
Color Harmonies of #C3AC49
Complementary color
Monochromatic Colors of #C3AC49
Black with #C3AC49
Text Example
Text Example
White with #C3AC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AC49; }
p { color: rgb(195,172,73); }
H1.HeaderClassName
{
color: #C3AC49;
}
.AnyTagClassName
{
color: #C3AC49;
}
</style>
background-color css
<style>
a { background-color: #C3AC49; }
a { background-color: rgb(195,172,73); }
div.DivClassName
{
background-color: #C3AC49;
}
.BgClassName
{
background-color: #C3AC49;
}
</style>
border-color css
<style>
span { border-color: #C3AC49; }
span { border-color: rgb(195,172,73); }
td.TdClassName
{
border-color: #C3AC49;
}
.TagClassName
{
border-color: #C3AC49;
}
</style>