Shades of Wattle #C6C43B
Tints of Wattle #C6C43B
RGB
CMYK
RGB Variations
Color information
#C6C43B (or 0xC6C43B) is known color: Wattle. HEX triplet: C6, C4 and 3B. RGB value is (198,196,59). Sum of RGB (Red+Green+Blue) = 198+196+59=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C43B is #393BC4. Grayscale: #B5B5B5. Windows color (decimal): -3750853 or 3916998. OLE color: 3916998.
HSL color Cylindrical-coordinate representation of color #C6C43B: hue angle of 59.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6C43B is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 196 | 59 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.22 |
| HSL | 59.14º | 0.55% | 0.5% | - |
| HSV(B) | 59.14º | 0.7% | 0.78% | - |
| XYZ | 43.82 | 51.8 | 11.83 | - |
| YUV | 180.98 | 59.16 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 59 | 0 | 0.01 | 0.70 | 0.22 | 59.14 | 0.55 | 0.5 |
| Hex | C6 | C4 | 3B | 0 | 1 | 46 | 16 | 3B | 37 | 32 |
| Octal | 306 | 304 | 73 | 0 | 1 | 106 | 26 | 73 | 67 | 62 |
| Binary | 11000110 | 11000100 | 111011 | 0 | 1 | 1000110 | 10110 | 111011 | 110111 | 110010 |
Color Harmonies of #C6C43B
Complementary color
Monochromatic Colors of #C6C43B
Black with #C6C43B
Text Example
Text Example
White with #C6C43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C43B; }
p { color: rgb(198,196,59); }
H1.HeaderClassName
{
color: #C6C43B;
}
.AnyTagClassName
{
color: #C6C43B;
}
</style>
background-color css
<style>
a { background-color: #C6C43B; }
a { background-color: rgb(198,196,59); }
div.DivClassName
{
background-color: #C6C43B;
}
.BgClassName
{
background-color: #C6C43B;
}
</style>
border-color css
<style>
span { border-color: #C6C43B; }
span { border-color: rgb(198,196,59); }
td.TdClassName
{
border-color: #C6C43B;
}
.TagClassName
{
border-color: #C6C43B;
}
</style>