Shades of Wattle #C6C239
Tints of Wattle #C6C239
RGB
CMYK
RGB Variations
Color information
#C6C239 (or 0xC6C239) is known color: Wattle. HEX triplet: C6, C2 and 39. RGB value is (198,194,57). Sum of RGB (Red+Green+Blue) = 198+194+57=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 57 (22.66% from 255 or 12.69% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C239 is #393DC6. Grayscale: #B4B4B4. Windows color (decimal): -3751367 or 3785414. OLE color: 3785414.
HSL color Cylindrical-coordinate representation of color #C6C239: hue angle of 58.3º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6C239 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 194 | 57 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.22 |
| HSL | 58.3º | 0.55% | 0.5% | - |
| HSV(B) | 58.3º | 0.71% | 0.78% | - |
| XYZ | 43.32 | 50.88 | 11.41 | - |
| YUV | 179.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 57 | 0 | 0.02 | 0.71 | 0.22 | 58.3 | 0.55 | 0.5 |
| Hex | C6 | C2 | 39 | 0 | 2 | 47 | 16 | 3A | 37 | 32 |
| Octal | 306 | 302 | 71 | 0 | 2 | 107 | 26 | 72 | 67 | 62 |
| Binary | 11000110 | 11000010 | 111001 | 0 | 10 | 1000111 | 10110 | 111010 | 110111 | 110010 |
Color Harmonies of #C6C239
Complementary color
Monochromatic Colors of #C6C239
Black with #C6C239
Text Example
Text Example
White with #C6C239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C239; }
p { color: rgb(198,194,57); }
H1.HeaderClassName
{
color: #C6C239;
}
.AnyTagClassName
{
color: #C6C239;
}
</style>
background-color css
<style>
a { background-color: #C6C239; }
a { background-color: rgb(198,194,57); }
div.DivClassName
{
background-color: #C6C239;
}
.BgClassName
{
background-color: #C6C239;
}
</style>
border-color css
<style>
span { border-color: #C6C239; }
span { border-color: rgb(198,194,57); }
td.TdClassName
{
border-color: #C6C239;
}
.TagClassName
{
border-color: #C6C239;
}
</style>