Shades of Sundance #C2AE4F
Tints of Sundance #C2AE4F
RGB
CMYK
RGB Variations
Color information
#C2AE4F (or 0xC2AE4F) is known color: Sundance. HEX triplet: C2, AE and 4F. RGB value is (194,174,79). Sum of RGB (Red+Green+Blue) = 194+174+79=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE4F is #3D51B0. Grayscale: #A9A9A9. Windows color (decimal): -4018609 or 5222082. OLE color: 5222082.
HSL color Cylindrical-coordinate representation of color #C2AE4F: hue angle of 49.57º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2AE4F is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 79 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.24 |
| HSL | 49.57º | 0.49% | 0.54% | - |
| HSV(B) | 49.57º | 0.59% | 0.76% | - |
| XYZ | 38.8 | 42.31 | 13.52 | - |
| YUV | 169.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 79 | 0 | 0.10 | 0.59 | 0.24 | 49.57 | 0.49 | 0.54 |
| Hex | C2 | AE | 4F | 0 | A | 3B | 18 | 32 | 31 | 36 |
| Octal | 302 | 256 | 117 | 0 | 12 | 73 | 30 | 62 | 61 | 66 |
| Binary | 11000010 | 10101110 | 1001111 | 0 | 1010 | 111011 | 11000 | 110010 | 110001 | 110110 |
Color Harmonies of #C2AE4F
Complementary color
Monochromatic Colors of #C2AE4F
Black with #C2AE4F
Text Example
Text Example
White with #C2AE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE4F; }
p { color: rgb(194,174,79); }
H1.HeaderClassName
{
color: #C2AE4F;
}
.AnyTagClassName
{
color: #C2AE4F;
}
</style>
background-color css
<style>
a { background-color: #C2AE4F; }
a { background-color: rgb(194,174,79); }
div.DivClassName
{
background-color: #C2AE4F;
}
.BgClassName
{
background-color: #C2AE4F;
}
</style>
border-color css
<style>
span { border-color: #C2AE4F; }
span { border-color: rgb(194,174,79); }
td.TdClassName
{
border-color: #C2AE4F;
}
.TagClassName
{
border-color: #C2AE4F;
}
</style>