Shades of Wattle #C6C331
Tints of Wattle #C6C331
RGB
CMYK
RGB Variations
Color information
#C6C331 (or 0xC6C331) is known color: Wattle. HEX triplet: C6, C3 and 31. RGB value is (198,195,49). Sum of RGB (Red+Green+Blue) = 198+195+49=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C331 is #393CCE. Grayscale: #B3B3B3. Windows color (decimal): -3751119 or 3261382. OLE color: 3261382.
HSL color Cylindrical-coordinate representation of color #C6C331: hue angle of 58.79º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6C331 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 49 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.22 |
| HSL | 58.79º | 0.6% | 0.48% | - |
| HSV(B) | 58.79º | 0.75% | 0.78% | - |
| XYZ | 43.36 | 51.26 | 10.51 | - |
| YUV | 179.25 | 54.49 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 49 | 0 | 0.02 | 0.75 | 0.22 | 58.79 | 0.6 | 0.48 |
| Hex | C6 | C3 | 31 | 0 | 2 | 4B | 16 | 3B | 3C | 30 |
| Octal | 306 | 303 | 61 | 0 | 2 | 113 | 26 | 73 | 74 | 60 |
| Binary | 11000110 | 11000011 | 110001 | 0 | 10 | 1001011 | 10110 | 111011 | 111100 | 110000 |
Color Harmonies of #C6C331
Complementary color
Monochromatic Colors of #C6C331
Black with #C6C331
Text Example
Text Example
White with #C6C331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C331; }
p { color: rgb(198,195,49); }
H1.HeaderClassName
{
color: #C6C331;
}
.AnyTagClassName
{
color: #C6C331;
}
</style>
background-color css
<style>
a { background-color: #C6C331; }
a { background-color: rgb(198,195,49); }
div.DivClassName
{
background-color: #C6C331;
}
.BgClassName
{
background-color: #C6C331;
}
</style>
border-color css
<style>
span { border-color: #C6C331; }
span { border-color: rgb(198,195,49); }
td.TdClassName
{
border-color: #C6C331;
}
.TagClassName
{
border-color: #C6C331;
}
</style>