Shades of Wattle #C3C43C
Tints of Wattle #C3C43C
RGB
CMYK
RGB Variations
Color information
#C3C43C (or 0xC3C43C) is known color: Wattle. HEX triplet: C3, C4 and 3C. RGB value is (195,196,60). Sum of RGB (Red+Green+Blue) = 195+196+60=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C43C is #3C3BC3. Grayscale: #B4B4B4. Windows color (decimal): -3947460 or 3982531. OLE color: 3982531.
HSL color Cylindrical-coordinate representation of color #C3C43C: hue angle of 60.44º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3C43C is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 196 | 60 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.23 |
| HSL | 60.44º | 0.54% | 0.5% | - |
| HSV(B) | 60.44º | 0.69% | 0.77% | - |
| XYZ | 43.06 | 51.41 | 11.93 | - |
| YUV | 180.2 | 60.17 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 196 | 60 | 0.01 | 0 | 0.69 | 0.23 | 60.44 | 0.54 | 0.5 |
| Hex | C3 | C4 | 3C | 1 | 0 | 45 | 17 | 3C | 36 | 32 |
| Octal | 303 | 304 | 74 | 1 | 0 | 105 | 27 | 74 | 66 | 62 |
| Binary | 11000011 | 11000100 | 111100 | 1 | 0 | 1000101 | 10111 | 111100 | 110110 | 110010 |
Color Harmonies of #C3C43C
Complementary color
Monochromatic Colors of #C3C43C
Black with #C3C43C
Text Example
Text Example
White with #C3C43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C43C; }
p { color: rgb(195,196,60); }
H1.HeaderClassName
{
color: #C3C43C;
}
.AnyTagClassName
{
color: #C3C43C;
}
</style>
background-color css
<style>
a { background-color: #C3C43C; }
a { background-color: rgb(195,196,60); }
div.DivClassName
{
background-color: #C3C43C;
}
.BgClassName
{
background-color: #C3C43C;
}
</style>
border-color css
<style>
span { border-color: #C3C43C; }
span { border-color: rgb(195,196,60); }
td.TdClassName
{
border-color: #C3C43C;
}
.TagClassName
{
border-color: #C3C43C;
}
</style>