Shades of Wattle #C6C237
Tints of Wattle #C6C237
RGB
CMYK
RGB Variations
Color information
#C6C237 (or 0xC6C237) is known color: Wattle. HEX triplet: C6, C2 and 37. RGB value is (198,194,55). Sum of RGB (Red+Green+Blue) = 198+194+55=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 55 (21.88% from 255 or 12.30% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C237 is #393DC8. Grayscale: #B3B3B3. Windows color (decimal): -3751369 or 3654342. OLE color: 3654342.
HSL color Cylindrical-coordinate representation of color #C6C237: hue angle of 58.32º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6C237 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 194 | 55 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.22 |
| HSL | 58.32º | 0.57% | 0.5% | - |
| HSV(B) | 58.32º | 0.72% | 0.78% | - |
| XYZ | 43.27 | 50.87 | 11.15 | - |
| YUV | 179.35 | 57.83 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 55 | 0 | 0.02 | 0.72 | 0.22 | 58.32 | 0.57 | 0.5 |
| Hex | C6 | C2 | 37 | 0 | 2 | 48 | 16 | 3A | 39 | 32 |
| Octal | 306 | 302 | 67 | 0 | 2 | 110 | 26 | 72 | 71 | 62 |
| Binary | 11000110 | 11000010 | 110111 | 0 | 10 | 1001000 | 10110 | 111010 | 111001 | 110010 |
Color Harmonies of #C6C237
Complementary color
Monochromatic Colors of #C6C237
Black with #C6C237
Text Example
Text Example
White with #C6C237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C237; }
p { color: rgb(198,194,55); }
H1.HeaderClassName
{
color: #C6C237;
}
.AnyTagClassName
{
color: #C6C237;
}
</style>
background-color css
<style>
a { background-color: #C6C237; }
a { background-color: rgb(198,194,55); }
div.DivClassName
{
background-color: #C6C237;
}
.BgClassName
{
background-color: #C6C237;
}
</style>
border-color css
<style>
span { border-color: #C6C237; }
span { border-color: rgb(198,194,55); }
td.TdClassName
{
border-color: #C6C237;
}
.TagClassName
{
border-color: #C6C237;
}
</style>