Shades of Wattle #C3C23A
Tints of Wattle #C3C23A
RGB
CMYK
RGB Variations
Color information
#C3C23A (or 0xC3C23A) is known color: Wattle. HEX triplet: C3, C2 and 3A. RGB value is (195,194,58). Sum of RGB (Red+Green+Blue) = 195+194+58=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C23A is #3C3DC5. Grayscale: #B3B3B3. Windows color (decimal): -3947974 or 3850947. OLE color: 3850947.
HSL color Cylindrical-coordinate representation of color #C3C23A: hue angle of 59.56º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3C23A is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 58 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.24 |
| HSL | 59.56º | 0.54% | 0.5% | - |
| HSV(B) | 59.56º | 0.7% | 0.76% | - |
| XYZ | 42.56 | 50.49 | 11.51 | - |
| YUV | 178.8 | 59.83 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 58 | 0 | 0.01 | 0.70 | 0.24 | 59.56 | 0.54 | 0.5 |
| Hex | C3 | C2 | 3A | 0 | 1 | 46 | 18 | 3C | 36 | 32 |
| Octal | 303 | 302 | 72 | 0 | 1 | 106 | 30 | 74 | 66 | 62 |
| Binary | 11000011 | 11000010 | 111010 | 0 | 1 | 1000110 | 11000 | 111100 | 110110 | 110010 |
Color Harmonies of #C3C23A
Complementary color
Monochromatic Colors of #C3C23A
Black with #C3C23A
Text Example
Text Example
White with #C3C23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C23A; }
p { color: rgb(195,194,58); }
H1.HeaderClassName
{
color: #C3C23A;
}
.AnyTagClassName
{
color: #C3C23A;
}
</style>
background-color css
<style>
a { background-color: #C3C23A; }
a { background-color: rgb(195,194,58); }
div.DivClassName
{
background-color: #C3C23A;
}
.BgClassName
{
background-color: #C3C23A;
}
</style>
border-color css
<style>
span { border-color: #C3C23A; }
span { border-color: rgb(195,194,58); }
td.TdClassName
{
border-color: #C3C23A;
}
.TagClassName
{
border-color: #C3C23A;
}
</style>