Shades of Wattle #C6C545
Tints of Wattle #C6C545
RGB
CMYK
RGB Variations
Color information
#C6C545 (or 0xC6C545) is known color: Wattle. HEX triplet: C6, C5 and 45. RGB value is (198,197,69). Sum of RGB (Red+Green+Blue) = 198+197+69=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C545 is #393ABA. Grayscale: #B7B7B7. Windows color (decimal): -3750587 or 4572614. OLE color: 4572614.
HSL color Cylindrical-coordinate representation of color #C6C545: hue angle of 59.53º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6C545 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 69 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.22 |
| HSL | 59.53º | 0.53% | 0.52% | - |
| HSV(B) | 59.53º | 0.65% | 0.78% | - |
| XYZ | 44.33 | 52.37 | 13.4 | - |
| YUV | 182.71 | 63.83 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 69 | 0 | 0.01 | 0.65 | 0.22 | 59.53 | 0.53 | 0.52 |
| Hex | C6 | C5 | 45 | 0 | 1 | 41 | 16 | 3C | 35 | 34 |
| Octal | 306 | 305 | 105 | 0 | 1 | 101 | 26 | 74 | 65 | 64 |
| Binary | 11000110 | 11000101 | 1000101 | 0 | 1 | 1000001 | 10110 | 111100 | 110101 | 110100 |
Color Harmonies of #C6C545
Complementary color
Monochromatic Colors of #C6C545
Black with #C6C545
Text Example
Text Example
White with #C6C545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C545; }
p { color: rgb(198,197,69); }
H1.HeaderClassName
{
color: #C6C545;
}
.AnyTagClassName
{
color: #C6C545;
}
</style>
background-color css
<style>
a { background-color: #C6C545; }
a { background-color: rgb(198,197,69); }
div.DivClassName
{
background-color: #C6C545;
}
.BgClassName
{
background-color: #C6C545;
}
</style>
border-color css
<style>
span { border-color: #C6C545; }
span { border-color: rgb(198,197,69); }
td.TdClassName
{
border-color: #C6C545;
}
.TagClassName
{
border-color: #C6C545;
}
</style>