Shades of Sundance #C2AF4A
Tints of Sundance #C2AF4A
RGB
CMYK
RGB Variations
Color information
#C2AF4A (or 0xC2AF4A) is known color: Sundance. HEX triplet: C2, AF and 4A. RGB value is (194,175,74). Sum of RGB (Red+Green+Blue) = 194+175+74=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF4A is #3D50B5. Grayscale: #A9A9A9. Windows color (decimal): -4018358 or 4894658. OLE color: 4894658.
HSL color Cylindrical-coordinate representation of color #C2AF4A: hue angle of 50.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2AF4A is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 74 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.24 |
| HSL | 50.5º | 0.5% | 0.53% | - |
| HSV(B) | 50.5º | 0.62% | 0.76% | - |
| XYZ | 38.81 | 42.62 | 12.66 | - |
| YUV | 169.17 | 74.29 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 74 | 0 | 0.10 | 0.62 | 0.24 | 50.5 | 0.5 | 0.53 |
| Hex | C2 | AF | 4A | 0 | A | 3E | 18 | 32 | 32 | 35 |
| Octal | 302 | 257 | 112 | 0 | 12 | 76 | 30 | 62 | 62 | 65 |
| Binary | 11000010 | 10101111 | 1001010 | 0 | 1010 | 111110 | 11000 | 110010 | 110010 | 110101 |
Color Harmonies of #C2AF4A
Complementary color
Monochromatic Colors of #C2AF4A
Black with #C2AF4A
Text Example
Text Example
White with #C2AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF4A; }
p { color: rgb(194,175,74); }
H1.HeaderClassName
{
color: #C2AF4A;
}
.AnyTagClassName
{
color: #C2AF4A;
}
</style>
background-color css
<style>
a { background-color: #C2AF4A; }
a { background-color: rgb(194,175,74); }
div.DivClassName
{
background-color: #C2AF4A;
}
.BgClassName
{
background-color: #C2AF4A;
}
</style>
border-color css
<style>
span { border-color: #C2AF4A; }
span { border-color: rgb(194,175,74); }
td.TdClassName
{
border-color: #C2AF4A;
}
.TagClassName
{
border-color: #C2AF4A;
}
</style>