Shades of Sundance #C2AB43
Tints of Sundance #C2AB43
RGB
CMYK
RGB Variations
Color information
#C2AB43 (or 0xC2AB43) is known color: Sundance. HEX triplet: C2, AB and 43. RGB value is (194,171,67). Sum of RGB (Red+Green+Blue) = 194+171+67=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 67 (26.56% from 255 or 15.51% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB43 is #3D54BC. Grayscale: #A6A6A6. Windows color (decimal): -4019389 or 4434882. OLE color: 4434882.
HSL color Cylindrical-coordinate representation of color #C2AB43: hue angle of 49.13º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2AB43 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 67 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.24 |
| HSL | 49.13º | 0.51% | 0.51% | - |
| HSV(B) | 49.13º | 0.65% | 0.76% | - |
| XYZ | 37.82 | 41 | 11.23 | - |
| YUV | 166.02 | 72.12 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 67 | 0 | 0.12 | 0.65 | 0.24 | 49.13 | 0.51 | 0.51 |
| Hex | C2 | AB | 43 | 0 | C | 41 | 18 | 31 | 33 | 33 |
| Octal | 302 | 253 | 103 | 0 | 14 | 101 | 30 | 61 | 63 | 63 |
| Binary | 11000010 | 10101011 | 1000011 | 0 | 1100 | 1000001 | 11000 | 110001 | 110011 | 110011 |
Color Harmonies of #C2AB43
Complementary color
Monochromatic Colors of #C2AB43
Black with #C2AB43
Text Example
Text Example
White with #C2AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB43; }
p { color: rgb(194,171,67); }
H1.HeaderClassName
{
color: #C2AB43;
}
.AnyTagClassName
{
color: #C2AB43;
}
</style>
background-color css
<style>
a { background-color: #C2AB43; }
a { background-color: rgb(194,171,67); }
div.DivClassName
{
background-color: #C2AB43;
}
.BgClassName
{
background-color: #C2AB43;
}
</style>
border-color css
<style>
span { border-color: #C2AB43; }
span { border-color: rgb(194,171,67); }
td.TdClassName
{
border-color: #C2AB43;
}
.TagClassName
{
border-color: #C2AB43;
}
</style>