Shades of Wattle #C3C63E
Tints of Wattle #C3C63E
RGB
CMYK
RGB Variations
Color information
#C3C63E (or 0xC3C63E) is known color: Wattle. HEX triplet: C3, C6 and 3E. RGB value is (195,198,62). Sum of RGB (Red+Green+Blue) = 195+198+62=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C63E is #3C39C1. Grayscale: #B6B6B6. Windows color (decimal): -3946946 or 4114115. OLE color: 4114115.
HSL color Cylindrical-coordinate representation of color #C3C63E: hue angle of 61.32º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3C63E is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 62 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.22 |
| HSL | 61.32º | 0.54% | 0.51% | - |
| HSV(B) | 61.32º | 0.69% | 0.78% | - |
| XYZ | 43.57 | 52.34 | 12.36 | - |
| YUV | 181.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 62 | 0.02 | 0 | 0.69 | 0.22 | 61.32 | 0.54 | 0.51 |
| Hex | C3 | C6 | 3E | 2 | 0 | 45 | 16 | 3D | 36 | 33 |
| Octal | 303 | 306 | 76 | 2 | 0 | 105 | 26 | 75 | 66 | 63 |
| Binary | 11000011 | 11000110 | 111110 | 10 | 0 | 1000101 | 10110 | 111101 | 110110 | 110011 |
Color Harmonies of #C3C63E
Complementary color
Monochromatic Colors of #C3C63E
Black with #C3C63E
Text Example
Text Example
White with #C3C63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C63E; }
p { color: rgb(195,198,62); }
H1.HeaderClassName
{
color: #C3C63E;
}
.AnyTagClassName
{
color: #C3C63E;
}
</style>
background-color css
<style>
a { background-color: #C3C63E; }
a { background-color: rgb(195,198,62); }
div.DivClassName
{
background-color: #C3C63E;
}
.BgClassName
{
background-color: #C3C63E;
}
</style>
border-color css
<style>
span { border-color: #C3C63E; }
span { border-color: rgb(195,198,62); }
td.TdClassName
{
border-color: #C3C63E;
}
.TagClassName
{
border-color: #C3C63E;
}
</style>