Shades of Sundance #C6AB4A
Tints of Sundance #C6AB4A
RGB
CMYK
RGB Variations
Color information
#C6AB4A (or 0xC6AB4A) is known color: Sundance. HEX triplet: C6, AB and 4A. RGB value is (198,171,74). Sum of RGB (Red+Green+Blue) = 198+171+74=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AB4A is #3954B5. Grayscale: #A8A8A8. Windows color (decimal): -3757238 or 4893638. OLE color: 4893638.
HSL color Cylindrical-coordinate representation of color #C6AB4A: hue angle of 46.94º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6AB4A is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 74 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.22 |
| HSL | 46.94º | 0.52% | 0.53% | - |
| HSV(B) | 46.94º | 0.63% | 0.78% | - |
| XYZ | 39.09 | 41.63 | 12.45 | - |
| YUV | 168.02 | 74.95 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 74 | 0 | 0.14 | 0.63 | 0.22 | 46.94 | 0.52 | 0.53 |
| Hex | C6 | AB | 4A | 0 | E | 3F | 16 | 2F | 34 | 35 |
| Octal | 306 | 253 | 112 | 0 | 16 | 77 | 26 | 57 | 64 | 65 |
| Binary | 11000110 | 10101011 | 1001010 | 0 | 1110 | 111111 | 10110 | 101111 | 110100 | 110101 |
Color Harmonies of #C6AB4A
Complementary color
Monochromatic Colors of #C6AB4A
Black with #C6AB4A
Text Example
Text Example
White with #C6AB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB4A; }
p { color: rgb(198,171,74); }
H1.HeaderClassName
{
color: #C6AB4A;
}
.AnyTagClassName
{
color: #C6AB4A;
}
</style>
background-color css
<style>
a { background-color: #C6AB4A; }
a { background-color: rgb(198,171,74); }
div.DivClassName
{
background-color: #C6AB4A;
}
.BgClassName
{
background-color: #C6AB4A;
}
</style>
border-color css
<style>
span { border-color: #C6AB4A; }
span { border-color: rgb(198,171,74); }
td.TdClassName
{
border-color: #C6AB4A;
}
.TagClassName
{
border-color: #C6AB4A;
}
</style>