Shades of Sundance #C4AF49
Tints of Sundance #C4AF49
RGB
CMYK
RGB Variations
Color information
#C4AF49 (or 0xC4AF49) is known color: Sundance. HEX triplet: C4, AF and 49. RGB value is (196,175,73). Sum of RGB (Red+Green+Blue) = 196+175+73=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF49 is #3B50B6. Grayscale: #AAAAAA. Windows color (decimal): -3887287 or 4829124. OLE color: 4829124.
HSL color Cylindrical-coordinate representation of color #C4AF49: hue angle of 49.76º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4AF49 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 73 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.23 |
| HSL | 49.76º | 0.51% | 0.53% | - |
| HSV(B) | 49.76º | 0.63% | 0.77% | - |
| XYZ | 39.3 | 42.88 | 12.51 | - |
| YUV | 169.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 73 | 0 | 0.11 | 0.63 | 0.23 | 49.76 | 0.51 | 0.53 |
| Hex | C4 | AF | 49 | 0 | B | 3F | 17 | 32 | 33 | 35 |
| Octal | 304 | 257 | 111 | 0 | 13 | 77 | 27 | 62 | 63 | 65 |
| Binary | 11000100 | 10101111 | 1001001 | 0 | 1011 | 111111 | 10111 | 110010 | 110011 | 110101 |
Color Harmonies of #C4AF49
Complementary color
Monochromatic Colors of #C4AF49
Black with #C4AF49
Text Example
Text Example
White with #C4AF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF49; }
p { color: rgb(196,175,73); }
H1.HeaderClassName
{
color: #C4AF49;
}
.AnyTagClassName
{
color: #C4AF49;
}
</style>
background-color css
<style>
a { background-color: #C4AF49; }
a { background-color: rgb(196,175,73); }
div.DivClassName
{
background-color: #C4AF49;
}
.BgClassName
{
background-color: #C4AF49;
}
</style>
border-color css
<style>
span { border-color: #C4AF49; }
span { border-color: rgb(196,175,73); }
td.TdClassName
{
border-color: #C4AF49;
}
.TagClassName
{
border-color: #C4AF49;
}
</style>