Shades of Sundance #C6AB43
Tints of Sundance #C6AB43
RGB
CMYK
RGB Variations
Color information
#C6AB43 (or 0xC6AB43) is known color: Sundance. HEX triplet: C6, AB and 43. RGB value is (198,171,67). Sum of RGB (Red+Green+Blue) = 198+171+67=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AB43 is #3954BC. Grayscale: #A7A7A7. Windows color (decimal): -3757245 or 4434886. OLE color: 4434886.
HSL color Cylindrical-coordinate representation of color #C6AB43: hue angle of 47.63º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6AB43 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 67 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.22 |
| HSL | 47.63º | 0.53% | 0.52% | - |
| HSV(B) | 47.63º | 0.66% | 0.78% | - |
| XYZ | 38.86 | 41.54 | 11.28 | - |
| YUV | 167.22 | 71.45 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 67 | 0 | 0.14 | 0.66 | 0.22 | 47.63 | 0.53 | 0.52 |
| Hex | C6 | AB | 43 | 0 | E | 42 | 16 | 30 | 35 | 34 |
| Octal | 306 | 253 | 103 | 0 | 16 | 102 | 26 | 60 | 65 | 64 |
| Binary | 11000110 | 10101011 | 1000011 | 0 | 1110 | 1000010 | 10110 | 110000 | 110101 | 110100 |
Color Harmonies of #C6AB43
Complementary color
Monochromatic Colors of #C6AB43
Black with #C6AB43
Text Example
Text Example
White with #C6AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB43; }
p { color: rgb(198,171,67); }
H1.HeaderClassName
{
color: #C6AB43;
}
.AnyTagClassName
{
color: #C6AB43;
}
</style>
background-color css
<style>
a { background-color: #C6AB43; }
a { background-color: rgb(198,171,67); }
div.DivClassName
{
background-color: #C6AB43;
}
.BgClassName
{
background-color: #C6AB43;
}
</style>
border-color css
<style>
span { border-color: #C6AB43; }
span { border-color: rgb(198,171,67); }
td.TdClassName
{
border-color: #C6AB43;
}
.TagClassName
{
border-color: #C6AB43;
}
</style>