Shades of Wattle #C4C13B
Tints of Wattle #C4C13B
RGB
CMYK
RGB Variations
Color information
#C4C13B (or 0xC4C13B) is known color: Wattle. HEX triplet: C4, C1 and 3B. RGB value is (196,193,59). Sum of RGB (Red+Green+Blue) = 196+193+59=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 59 (23.44% from 255 or 13.17% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C13B is #3B3EC4. Grayscale: #B3B3B3. Windows color (decimal): -3882693 or 3916228. OLE color: 3916228.
HSL color Cylindrical-coordinate representation of color #C4C13B: hue angle of 58.69º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4C13B is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 193 | 59 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.23 |
| HSL | 58.69º | 0.54% | 0.5% | - |
| HSV(B) | 58.69º | 0.7% | 0.77% | - |
| XYZ | 42.62 | 50.19 | 11.58 | - |
| YUV | 178.62 | 60.49 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 59 | 0 | 0.02 | 0.70 | 0.23 | 58.69 | 0.54 | 0.5 |
| Hex | C4 | C1 | 3B | 0 | 2 | 46 | 17 | 3B | 36 | 32 |
| Octal | 304 | 301 | 73 | 0 | 2 | 106 | 27 | 73 | 66 | 62 |
| Binary | 11000100 | 11000001 | 111011 | 0 | 10 | 1000110 | 10111 | 111011 | 110110 | 110010 |
Color Harmonies of #C4C13B
Complementary color
Monochromatic Colors of #C4C13B
Black with #C4C13B
Text Example
Text Example
White with #C4C13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C13B; }
p { color: rgb(196,193,59); }
H1.HeaderClassName
{
color: #C4C13B;
}
.AnyTagClassName
{
color: #C4C13B;
}
</style>
background-color css
<style>
a { background-color: #C4C13B; }
a { background-color: rgb(196,193,59); }
div.DivClassName
{
background-color: #C4C13B;
}
.BgClassName
{
background-color: #C4C13B;
}
</style>
border-color css
<style>
span { border-color: #C4C13B; }
span { border-color: rgb(196,193,59); }
td.TdClassName
{
border-color: #C4C13B;
}
.TagClassName
{
border-color: #C4C13B;
}
</style>