Shades of Wattle #C3C63B
Tints of Wattle #C3C63B
RGB
CMYK
RGB Variations
Color information
#C3C63B (or 0xC3C63B) is known color: Wattle. HEX triplet: C3, C6 and 3B. RGB value is (195,198,59). Sum of RGB (Red+Green+Blue) = 195+198+59=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 59 (23.44% from 255 or 13.05% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C63B is #3C39C4. Grayscale: #B5B5B5. Windows color (decimal): -3946949 or 3917507. OLE color: 3917507.
HSL color Cylindrical-coordinate representation of color #C3C63B: hue angle of 61.29º 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 #C3C63B is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 59 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.22 |
| HSL | 61.29º | 0.55% | 0.5% | - |
| HSV(B) | 61.29º | 0.7% | 0.78% | - |
| XYZ | 43.49 | 52.31 | 11.94 | - |
| YUV | 181.26 | 59.01 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 59 | 0.02 | 0 | 0.70 | 0.22 | 61.29 | 0.55 | 0.5 |
| Hex | C3 | C6 | 3B | 2 | 0 | 46 | 16 | 3D | 37 | 32 |
| Octal | 303 | 306 | 73 | 2 | 0 | 106 | 26 | 75 | 67 | 62 |
| Binary | 11000011 | 11000110 | 111011 | 10 | 0 | 1000110 | 10110 | 111101 | 110111 | 110010 |
Color Harmonies of #C3C63B
Complementary color
Monochromatic Colors of #C3C63B
Black with #C3C63B
Text Example
Text Example
White with #C3C63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C63B; }
p { color: rgb(195,198,59); }
H1.HeaderClassName
{
color: #C3C63B;
}
.AnyTagClassName
{
color: #C3C63B;
}
</style>
background-color css
<style>
a { background-color: #C3C63B; }
a { background-color: rgb(195,198,59); }
div.DivClassName
{
background-color: #C3C63B;
}
.BgClassName
{
background-color: #C3C63B;
}
</style>
border-color css
<style>
span { border-color: #C3C63B; }
span { border-color: rgb(195,198,59); }
td.TdClassName
{
border-color: #C3C63B;
}
.TagClassName
{
border-color: #C3C63B;
}
</style>