Shades of Sundance #C6AB4C
Tints of Sundance #C6AB4C
RGB
CMYK
RGB Variations
Color information
#C6AB4C (or 0xC6AB4C) is known color: Sundance. HEX triplet: C6, AB and 4C. RGB value is (198,171,76). Sum of RGB (Red+Green+Blue) = 198+171+76=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AB4C is #3954B3. Grayscale: #A8A8A8. Windows color (decimal): -3757236 or 5024710. OLE color: 5024710.
HSL color Cylindrical-coordinate representation of color #C6AB4C: hue angle of 46.72º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6AB4C is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 76 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.22 |
| HSL | 46.72º | 0.52% | 0.54% | - |
| HSV(B) | 46.72º | 0.62% | 0.78% | - |
| XYZ | 39.16 | 41.65 | 12.81 | - |
| YUV | 168.24 | 75.95 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 76 | 0 | 0.14 | 0.62 | 0.22 | 46.72 | 0.52 | 0.54 |
| Hex | C6 | AB | 4C | 0 | E | 3E | 16 | 2F | 34 | 36 |
| Octal | 306 | 253 | 114 | 0 | 16 | 76 | 26 | 57 | 64 | 66 |
| Binary | 11000110 | 10101011 | 1001100 | 0 | 1110 | 111110 | 10110 | 101111 | 110100 | 110110 |
Color Harmonies of #C6AB4C
Complementary color
Monochromatic Colors of #C6AB4C
Black with #C6AB4C
Text Example
Text Example
White with #C6AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB4C; }
p { color: rgb(198,171,76); }
H1.HeaderClassName
{
color: #C6AB4C;
}
.AnyTagClassName
{
color: #C6AB4C;
}
</style>
background-color css
<style>
a { background-color: #C6AB4C; }
a { background-color: rgb(198,171,76); }
div.DivClassName
{
background-color: #C6AB4C;
}
.BgClassName
{
background-color: #C6AB4C;
}
</style>
border-color css
<style>
span { border-color: #C6AB4C; }
span { border-color: rgb(198,171,76); }
td.TdClassName
{
border-color: #C6AB4C;
}
.TagClassName
{
border-color: #C6AB4C;
}
</style>