Shades of Wattle #C6C140
Tints of Wattle #C6C140
RGB
CMYK
RGB Variations
Color information
#C6C140 (or 0xC6C140) is known color: Wattle. HEX triplet: C6, C1 and 40. RGB value is (198,193,64). Sum of RGB (Red+Green+Blue) = 198+193+64=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C140 is #393EBF. Grayscale: #B4B4B4. Windows color (decimal): -3751616 or 4243910. OLE color: 4243910.
HSL color Cylindrical-coordinate representation of color #C6C140: hue angle of 57.76º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6C140 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 193 | 64 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.22 |
| HSL | 57.76º | 0.54% | 0.51% | - |
| HSV(B) | 57.76º | 0.68% | 0.78% | - |
| XYZ | 43.28 | 50.52 | 12.32 | - |
| YUV | 179.79 | 62.66 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 64 | 0 | 0.03 | 0.68 | 0.22 | 57.76 | 0.54 | 0.51 |
| Hex | C6 | C1 | 40 | 0 | 3 | 44 | 16 | 3A | 36 | 33 |
| Octal | 306 | 301 | 100 | 0 | 3 | 104 | 26 | 72 | 66 | 63 |
| Binary | 11000110 | 11000001 | 1000000 | 0 | 11 | 1000100 | 10110 | 111010 | 110110 | 110011 |
Color Harmonies of #C6C140
Complementary color
Monochromatic Colors of #C6C140
Black with #C6C140
Text Example
Text Example
White with #C6C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C140; }
p { color: rgb(198,193,64); }
H1.HeaderClassName
{
color: #C6C140;
}
.AnyTagClassName
{
color: #C6C140;
}
</style>
background-color css
<style>
a { background-color: #C6C140; }
a { background-color: rgb(198,193,64); }
div.DivClassName
{
background-color: #C6C140;
}
.BgClassName
{
background-color: #C6C140;
}
</style>
border-color css
<style>
span { border-color: #C6C140; }
span { border-color: rgb(198,193,64); }
td.TdClassName
{
border-color: #C6C140;
}
.TagClassName
{
border-color: #C6C140;
}
</style>