Shades of Sundance #C2AB4C
Tints of Sundance #C2AB4C
RGB
CMYK
RGB Variations
Color information
#C2AB4C (or 0xC2AB4C) is known color: Sundance. HEX triplet: C2, AB and 4C. RGB value is (194,171,76). Sum of RGB (Red+Green+Blue) = 194+171+76=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB4C is #3D54B3. Grayscale: #A7A7A7. Windows color (decimal): -4019380 or 5024706. OLE color: 5024706.
HSL color Cylindrical-coordinate representation of color #C2AB4C: hue angle of 48.31º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2AB4C is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 76 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.24 |
| HSL | 48.31º | 0.49% | 0.53% | - |
| HSV(B) | 48.31º | 0.61% | 0.76% | - |
| XYZ | 38.12 | 41.12 | 12.76 | - |
| YUV | 167.05 | 76.62 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 76 | 0 | 0.12 | 0.61 | 0.24 | 48.31 | 0.49 | 0.53 |
| Hex | C2 | AB | 4C | 0 | C | 3D | 18 | 30 | 31 | 35 |
| Octal | 302 | 253 | 114 | 0 | 14 | 75 | 30 | 60 | 61 | 65 |
| Binary | 11000010 | 10101011 | 1001100 | 0 | 1100 | 111101 | 11000 | 110000 | 110001 | 110101 |
Color Harmonies of #C2AB4C
Complementary color
Monochromatic Colors of #C2AB4C
Black with #C2AB4C
Text Example
Text Example
White with #C2AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB4C; }
p { color: rgb(194,171,76); }
H1.HeaderClassName
{
color: #C2AB4C;
}
.AnyTagClassName
{
color: #C2AB4C;
}
</style>
background-color css
<style>
a { background-color: #C2AB4C; }
a { background-color: rgb(194,171,76); }
div.DivClassName
{
background-color: #C2AB4C;
}
.BgClassName
{
background-color: #C2AB4C;
}
</style>
border-color css
<style>
span { border-color: #C2AB4C; }
span { border-color: rgb(194,171,76); }
td.TdClassName
{
border-color: #C2AB4C;
}
.TagClassName
{
border-color: #C2AB4C;
}
</style>