Shades of Sundance #C2AB4A
Tints of Sundance #C2AB4A
RGB
CMYK
RGB Variations
Color information
#C2AB4A (or 0xC2AB4A) is known color: Sundance. HEX triplet: C2, AB and 4A. RGB value is (194,171,74). Sum of RGB (Red+Green+Blue) = 194+171+74=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB4A is #3D54B5. Grayscale: #A7A7A7. Windows color (decimal): -4019382 or 4893634. OLE color: 4893634.
HSL color Cylindrical-coordinate representation of color #C2AB4A: hue angle of 48.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 #C2AB4A is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 74 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.24 |
| HSL | 48.5º | 0.5% | 0.53% | - |
| HSV(B) | 48.5º | 0.62% | 0.76% | - |
| XYZ | 38.05 | 41.09 | 12.4 | - |
| YUV | 166.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 74 | 0 | 0.12 | 0.62 | 0.24 | 48.5 | 0.5 | 0.53 |
| Hex | C2 | AB | 4A | 0 | C | 3E | 18 | 30 | 32 | 35 |
| Octal | 302 | 253 | 112 | 0 | 14 | 76 | 30 | 60 | 62 | 65 |
| Binary | 11000010 | 10101011 | 1001010 | 0 | 1100 | 111110 | 11000 | 110000 | 110010 | 110101 |
Color Harmonies of #C2AB4A
Complementary color
Monochromatic Colors of #C2AB4A
Black with #C2AB4A
Text Example
Text Example
White with #C2AB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB4A; }
p { color: rgb(194,171,74); }
H1.HeaderClassName
{
color: #C2AB4A;
}
.AnyTagClassName
{
color: #C2AB4A;
}
</style>
background-color css
<style>
a { background-color: #C2AB4A; }
a { background-color: rgb(194,171,74); }
div.DivClassName
{
background-color: #C2AB4A;
}
.BgClassName
{
background-color: #C2AB4A;
}
</style>
border-color css
<style>
span { border-color: #C2AB4A; }
span { border-color: rgb(194,171,74); }
td.TdClassName
{
border-color: #C2AB4A;
}
.TagClassName
{
border-color: #C2AB4A;
}
</style>