Shades of Sundance #C3AF49
Tints of Sundance #C3AF49
RGB
CMYK
RGB Variations
Color information
#C3AF49 (or 0xC3AF49) is known color: Sundance. HEX triplet: C3, AF and 49. RGB value is (195,175,73). Sum of RGB (Red+Green+Blue) = 195+175+73=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF49 is #3C50B6. Grayscale: #A9A9A9. Windows color (decimal): -3952823 or 4829123. OLE color: 4829123.
HSL color Cylindrical-coordinate representation of color #C3AF49: hue angle of 50.16º 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 #C3AF49 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 73 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.24 |
| HSL | 50.16º | 0.5% | 0.53% | - |
| HSV(B) | 50.16º | 0.63% | 0.76% | - |
| XYZ | 39.04 | 42.74 | 12.5 | - |
| YUV | 169.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 73 | 0 | 0.10 | 0.63 | 0.24 | 50.16 | 0.5 | 0.53 |
| Hex | C3 | AF | 49 | 0 | A | 3F | 18 | 32 | 32 | 35 |
| Octal | 303 | 257 | 111 | 0 | 12 | 77 | 30 | 62 | 62 | 65 |
| Binary | 11000011 | 10101111 | 1001001 | 0 | 1010 | 111111 | 11000 | 110010 | 110010 | 110101 |
Color Harmonies of #C3AF49
Complementary color
Monochromatic Colors of #C3AF49
Black with #C3AF49
Text Example
Text Example
White with #C3AF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF49; }
p { color: rgb(195,175,73); }
H1.HeaderClassName
{
color: #C3AF49;
}
.AnyTagClassName
{
color: #C3AF49;
}
</style>
background-color css
<style>
a { background-color: #C3AF49; }
a { background-color: rgb(195,175,73); }
div.DivClassName
{
background-color: #C3AF49;
}
.BgClassName
{
background-color: #C3AF49;
}
</style>
border-color css
<style>
span { border-color: #C3AF49; }
span { border-color: rgb(195,175,73); }
td.TdClassName
{
border-color: #C3AF49;
}
.TagClassName
{
border-color: #C3AF49;
}
</style>