Shades of Wattle #C6CA41
Tints of Wattle #C6CA41
RGB
CMYK
RGB Variations
Color information
#C6CA41 (or 0xC6CA41) is known color: Wattle. HEX triplet: C6, CA and 41. RGB value is (198,202,65). Sum of RGB (Red+Green+Blue) = 198+202+65=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA41 is #3935BE. Grayscale: #B9B9B9. Windows color (decimal): -3749311 or 4311750. OLE color: 4311750.
HSL color Cylindrical-coordinate representation of color #C6CA41: hue angle of 61.75º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6CA41 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 65 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.21 |
| HSL | 61.75º | 0.56% | 0.52% | - |
| HSV(B) | 61.75º | 0.68% | 0.79% | - |
| XYZ | 45.36 | 54.63 | 13.15 | - |
| YUV | 185.19 | 60.17 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 65 | 0.02 | 0 | 0.68 | 0.21 | 61.75 | 0.56 | 0.52 |
| Hex | C6 | CA | 41 | 2 | 0 | 44 | 15 | 3E | 38 | 34 |
| Octal | 306 | 312 | 101 | 2 | 0 | 104 | 25 | 76 | 70 | 64 |
| Binary | 11000110 | 11001010 | 1000001 | 10 | 0 | 1000100 | 10101 | 111110 | 111000 | 110100 |
Color Harmonies of #C6CA41
Complementary color
Monochromatic Colors of #C6CA41
Black with #C6CA41
Text Example
Text Example
White with #C6CA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CA41; }
p { color: rgb(198,202,65); }
H1.HeaderClassName
{
color: #C6CA41;
}
.AnyTagClassName
{
color: #C6CA41;
}
</style>
background-color css
<style>
a { background-color: #C6CA41; }
a { background-color: rgb(198,202,65); }
div.DivClassName
{
background-color: #C6CA41;
}
.BgClassName
{
background-color: #C6CA41;
}
</style>
border-color css
<style>
span { border-color: #C6CA41; }
span { border-color: rgb(198,202,65); }
td.TdClassName
{
border-color: #C6CA41;
}
.TagClassName
{
border-color: #C6CA41;
}
</style>