Shades of Sundance #C2AF4E
Tints of Sundance #C2AF4E
RGB
CMYK
RGB Variations
Color information
#C2AF4E (or 0xC2AF4E) is known color: Sundance. HEX triplet: C2, AF and 4E. RGB value is (194,175,78). Sum of RGB (Red+Green+Blue) = 194+175+78=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AF4E is #3D50B1. Grayscale: #AAAAAA. Windows color (decimal): -4018354 or 5156802. OLE color: 5156802.
HSL color Cylindrical-coordinate representation of color #C2AF4E: hue angle of 50.17º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2AF4E is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 78 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.24 |
| HSL | 50.17º | 0.49% | 0.53% | - |
| HSV(B) | 50.17º | 0.6% | 0.76% | - |
| XYZ | 38.95 | 42.68 | 13.39 | - |
| YUV | 169.62 | 76.29 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 78 | 0 | 0.10 | 0.60 | 0.24 | 50.17 | 0.49 | 0.53 |
| Hex | C2 | AF | 4E | 0 | A | 3C | 18 | 32 | 31 | 35 |
| Octal | 302 | 257 | 116 | 0 | 12 | 74 | 30 | 62 | 61 | 65 |
| Binary | 11000010 | 10101111 | 1001110 | 0 | 1010 | 111100 | 11000 | 110010 | 110001 | 110101 |
Color Harmonies of #C2AF4E
Complementary color
Monochromatic Colors of #C2AF4E
Black with #C2AF4E
Text Example
Text Example
White with #C2AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF4E; }
p { color: rgb(194,175,78); }
H1.HeaderClassName
{
color: #C2AF4E;
}
.AnyTagClassName
{
color: #C2AF4E;
}
</style>
background-color css
<style>
a { background-color: #C2AF4E; }
a { background-color: rgb(194,175,78); }
div.DivClassName
{
background-color: #C2AF4E;
}
.BgClassName
{
background-color: #C2AF4E;
}
</style>
border-color css
<style>
span { border-color: #C2AF4E; }
span { border-color: rgb(194,175,78); }
td.TdClassName
{
border-color: #C2AF4E;
}
.TagClassName
{
border-color: #C2AF4E;
}
</style>