Shades of Wattle #C6C146
Tints of Wattle #C6C146
RGB
CMYK
RGB Variations
Color information
#C6C146 (or 0xC6C146) is known color: Wattle. HEX triplet: C6, C1 and 46. RGB value is (198,193,70). Sum of RGB (Red+Green+Blue) = 198+193+70=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C146 is #393EB9. Grayscale: #B4B4B4. Windows color (decimal): -3751610 or 4637126. OLE color: 4637126.
HSL color Cylindrical-coordinate representation of color #C6C146: hue angle of 57.66º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6C146 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 193 | 70 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.22 |
| HSL | 57.66º | 0.53% | 0.53% | - |
| HSV(B) | 57.66º | 0.65% | 0.78% | - |
| XYZ | 43.46 | 50.59 | 13.27 | - |
| YUV | 180.47 | 65.66 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 70 | 0 | 0.03 | 0.65 | 0.22 | 57.66 | 0.53 | 0.53 |
| Hex | C6 | C1 | 46 | 0 | 3 | 41 | 16 | 3A | 35 | 35 |
| Octal | 306 | 301 | 106 | 0 | 3 | 101 | 26 | 72 | 65 | 65 |
| Binary | 11000110 | 11000001 | 1000110 | 0 | 11 | 1000001 | 10110 | 111010 | 110101 | 110101 |
Color Harmonies of #C6C146
Complementary color
Monochromatic Colors of #C6C146
Black with #C6C146
Text Example
Text Example
White with #C6C146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C146; }
p { color: rgb(198,193,70); }
H1.HeaderClassName
{
color: #C6C146;
}
.AnyTagClassName
{
color: #C6C146;
}
</style>
background-color css
<style>
a { background-color: #C6C146; }
a { background-color: rgb(198,193,70); }
div.DivClassName
{
background-color: #C6C146;
}
.BgClassName
{
background-color: #C6C146;
}
</style>
border-color css
<style>
span { border-color: #C6C146; }
span { border-color: rgb(198,193,70); }
td.TdClassName
{
border-color: #C6C146;
}
.TagClassName
{
border-color: #C6C146;
}
</style>