Shades of Wattle #C6C547
Tints of Wattle #C6C547
RGB
CMYK
RGB Variations
Color information
#C6C547 (or 0xC6C547) is known color: Wattle. HEX triplet: C6, C5 and 47. RGB value is (198,197,71). Sum of RGB (Red+Green+Blue) = 198+197+71=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C547 is #393AB8. Grayscale: #B7B7B7. Windows color (decimal): -3750585 or 4703686. OLE color: 4703686.
HSL color Cylindrical-coordinate representation of color #C6C547: hue angle of 59.53º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6C547 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 71 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.22 |
| HSL | 59.53º | 0.53% | 0.53% | - |
| HSV(B) | 59.53º | 0.64% | 0.78% | - |
| XYZ | 44.39 | 52.39 | 13.73 | - |
| YUV | 182.94 | 64.83 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 71 | 0 | 0.01 | 0.64 | 0.22 | 59.53 | 0.53 | 0.53 |
| Hex | C6 | C5 | 47 | 0 | 1 | 40 | 16 | 3C | 35 | 35 |
| Octal | 306 | 305 | 107 | 0 | 1 | 100 | 26 | 74 | 65 | 65 |
| Binary | 11000110 | 11000101 | 1000111 | 0 | 1 | 1000000 | 10110 | 111100 | 110101 | 110101 |
Color Harmonies of #C6C547
Complementary color
Monochromatic Colors of #C6C547
Black with #C6C547
Text Example
Text Example
White with #C6C547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C547; }
p { color: rgb(198,197,71); }
H1.HeaderClassName
{
color: #C6C547;
}
.AnyTagClassName
{
color: #C6C547;
}
</style>
background-color css
<style>
a { background-color: #C6C547; }
a { background-color: rgb(198,197,71); }
div.DivClassName
{
background-color: #C6C547;
}
.BgClassName
{
background-color: #C6C547;
}
</style>
border-color css
<style>
span { border-color: #C6C547; }
span { border-color: rgb(198,197,71); }
td.TdClassName
{
border-color: #C6C547;
}
.TagClassName
{
border-color: #C6C547;
}
</style>