Shades of Wattle #C6C235
Tints of Wattle #C6C235
RGB
CMYK
RGB Variations
Color information
#C6C235 (or 0xC6C235) is known color: Wattle. HEX triplet: C6, C2 and 35. RGB value is (198,194,53). Sum of RGB (Red+Green+Blue) = 198+194+53=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 53 (21.09% from 255 or 11.91% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C235 is #393DCA. Grayscale: #B3B3B3. Windows color (decimal): -3751371 or 3523270. OLE color: 3523270.
HSL color Cylindrical-coordinate representation of color #C6C235: hue angle of 58.34º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6C235 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 194 | 53 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.22 |
| HSL | 58.34º | 0.58% | 0.49% | - |
| HSV(B) | 58.34º | 0.73% | 0.78% | - |
| XYZ | 43.22 | 50.85 | 10.9 | - |
| YUV | 179.12 | 56.83 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 53 | 0 | 0.02 | 0.73 | 0.22 | 58.34 | 0.58 | 0.49 |
| Hex | C6 | C2 | 35 | 0 | 2 | 49 | 16 | 3A | 3A | 31 |
| Octal | 306 | 302 | 65 | 0 | 2 | 111 | 26 | 72 | 72 | 61 |
| Binary | 11000110 | 11000010 | 110101 | 0 | 10 | 1001001 | 10110 | 111010 | 111010 | 110001 |
Color Harmonies of #C6C235
Complementary color
Monochromatic Colors of #C6C235
Black with #C6C235
Text Example
Text Example
White with #C6C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C235; }
p { color: rgb(198,194,53); }
H1.HeaderClassName
{
color: #C6C235;
}
.AnyTagClassName
{
color: #C6C235;
}
</style>
background-color css
<style>
a { background-color: #C6C235; }
a { background-color: rgb(198,194,53); }
div.DivClassName
{
background-color: #C6C235;
}
.BgClassName
{
background-color: #C6C235;
}
</style>
border-color css
<style>
span { border-color: #C6C235; }
span { border-color: rgb(198,194,53); }
td.TdClassName
{
border-color: #C6C235;
}
.TagClassName
{
border-color: #C6C235;
}
</style>