Shades of Sundance #C4AF4E
Tints of Sundance #C4AF4E
RGB
CMYK
RGB Variations
Color information
#C4AF4E (or 0xC4AF4E) is known color: Sundance. HEX triplet: C4, AF and 4E. RGB value is (196,175,78). Sum of RGB (Red+Green+Blue) = 196+175+78=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF4E is #3B50B1. Grayscale: #AAAAAA. Windows color (decimal): -3887282 or 5156804. OLE color: 5156804.
HSL color Cylindrical-coordinate representation of color #C4AF4E: hue angle of 49.32º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4AF4E is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 78 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.23 |
| HSL | 49.32º | 0.5% | 0.54% | - |
| HSV(B) | 49.32º | 0.6% | 0.77% | - |
| XYZ | 39.47 | 42.95 | 13.42 | - |
| YUV | 170.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 78 | 0 | 0.11 | 0.60 | 0.23 | 49.32 | 0.5 | 0.54 |
| Hex | C4 | AF | 4E | 0 | B | 3C | 17 | 31 | 32 | 36 |
| Octal | 304 | 257 | 116 | 0 | 13 | 74 | 27 | 61 | 62 | 66 |
| Binary | 11000100 | 10101111 | 1001110 | 0 | 1011 | 111100 | 10111 | 110001 | 110010 | 110110 |
Color Harmonies of #C4AF4E
Complementary color
Monochromatic Colors of #C4AF4E
Black with #C4AF4E
Text Example
Text Example
White with #C4AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF4E; }
p { color: rgb(196,175,78); }
H1.HeaderClassName
{
color: #C4AF4E;
}
.AnyTagClassName
{
color: #C4AF4E;
}
</style>
background-color css
<style>
a { background-color: #C4AF4E; }
a { background-color: rgb(196,175,78); }
div.DivClassName
{
background-color: #C4AF4E;
}
.BgClassName
{
background-color: #C4AF4E;
}
</style>
border-color css
<style>
span { border-color: #C4AF4E; }
span { border-color: rgb(196,175,78); }
td.TdClassName
{
border-color: #C4AF4E;
}
.TagClassName
{
border-color: #C4AF4E;
}
</style>