Shades of Wattle #C4C63C
Tints of Wattle #C4C63C
RGB
CMYK
RGB Variations
Color information
#C4C63C (or 0xC4C63C) is known color: Wattle. HEX triplet: C4, C6 and 3C. RGB value is (196,198,60). Sum of RGB (Red+Green+Blue) = 196+198+60=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C63C is #3B39C3. Grayscale: #B6B6B6. Windows color (decimal): -3881412 or 3983044. OLE color: 3983044.
HSL color Cylindrical-coordinate representation of color #C4C63C: hue angle of 60.87º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4C63C is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 198 | 60 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.22 |
| HSL | 60.87º | 0.55% | 0.51% | - |
| HSV(B) | 60.87º | 0.7% | 0.78% | - |
| XYZ | 43.77 | 52.45 | 12.09 | - |
| YUV | 181.67 | 59.34 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 198 | 60 | 0.01 | 0 | 0.70 | 0.22 | 60.87 | 0.55 | 0.51 |
| Hex | C4 | C6 | 3C | 1 | 0 | 46 | 16 | 3D | 37 | 33 |
| Octal | 304 | 306 | 74 | 1 | 0 | 106 | 26 | 75 | 67 | 63 |
| Binary | 11000100 | 11000110 | 111100 | 1 | 0 | 1000110 | 10110 | 111101 | 110111 | 110011 |
Color Harmonies of #C4C63C
Complementary color
Monochromatic Colors of #C4C63C
Black with #C4C63C
Text Example
Text Example
White with #C4C63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C63C; }
p { color: rgb(196,198,60); }
H1.HeaderClassName
{
color: #C4C63C;
}
.AnyTagClassName
{
color: #C4C63C;
}
</style>
background-color css
<style>
a { background-color: #C4C63C; }
a { background-color: rgb(196,198,60); }
div.DivClassName
{
background-color: #C4C63C;
}
.BgClassName
{
background-color: #C4C63C;
}
</style>
border-color css
<style>
span { border-color: #C4C63C; }
span { border-color: rgb(196,198,60); }
td.TdClassName
{
border-color: #C4C63C;
}
.TagClassName
{
border-color: #C4C63C;
}
</style>