Shades of Sundance #C4AB4A
Tints of Sundance #C4AB4A
RGB
CMYK
RGB Variations
Color information
#C4AB4A (or 0xC4AB4A) is known color: Sundance. HEX triplet: C4, AB and 4A. RGB value is (196,171,74). Sum of RGB (Red+Green+Blue) = 196+171+74=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB4A is #3B54B5. Grayscale: #A7A7A7. Windows color (decimal): -3888310 or 4893636. OLE color: 4893636.
HSL color Cylindrical-coordinate representation of color #C4AB4A: hue angle of 47.7º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4AB4A is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 74 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.23 |
| HSL | 47.7º | 0.51% | 0.53% | - |
| HSV(B) | 47.7º | 0.62% | 0.77% | - |
| XYZ | 38.56 | 41.36 | 12.43 | - |
| YUV | 167.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 74 | 0 | 0.13 | 0.62 | 0.23 | 47.7 | 0.51 | 0.53 |
| Hex | C4 | AB | 4A | 0 | D | 3E | 17 | 30 | 33 | 35 |
| Octal | 304 | 253 | 112 | 0 | 15 | 76 | 27 | 60 | 63 | 65 |
| Binary | 11000100 | 10101011 | 1001010 | 0 | 1101 | 111110 | 10111 | 110000 | 110011 | 110101 |
Color Harmonies of #C4AB4A
Complementary color
Monochromatic Colors of #C4AB4A
Black with #C4AB4A
Text Example
Text Example
White with #C4AB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB4A; }
p { color: rgb(196,171,74); }
H1.HeaderClassName
{
color: #C4AB4A;
}
.AnyTagClassName
{
color: #C4AB4A;
}
</style>
background-color css
<style>
a { background-color: #C4AB4A; }
a { background-color: rgb(196,171,74); }
div.DivClassName
{
background-color: #C4AB4A;
}
.BgClassName
{
background-color: #C4AB4A;
}
</style>
border-color css
<style>
span { border-color: #C4AB4A; }
span { border-color: rgb(196,171,74); }
td.TdClassName
{
border-color: #C4AB4A;
}
.TagClassName
{
border-color: #C4AB4A;
}
</style>