Shades of Wattle #C4C23C
Tints of Wattle #C4C23C
RGB
CMYK
RGB Variations
Color information
#C4C23C (or 0xC4C23C) is known color: Wattle. HEX triplet: C4, C2 and 3C. RGB value is (196,194,60). Sum of RGB (Red+Green+Blue) = 196+194+60=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C23C is #3B3DC3. Grayscale: #B3B3B3. Windows color (decimal): -3882436 or 3982020. OLE color: 3982020.
HSL color Cylindrical-coordinate representation of color #C4C23C: hue angle of 59.12º 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 #C4C23C is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 60 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.23 |
| HSL | 59.12º | 0.54% | 0.5% | - |
| HSV(B) | 59.12º | 0.69% | 0.77% | - |
| XYZ | 42.87 | 50.65 | 11.79 | - |
| YUV | 179.32 | 60.66 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 60 | 0 | 0.01 | 0.69 | 0.23 | 59.12 | 0.54 | 0.5 |
| Hex | C4 | C2 | 3C | 0 | 1 | 45 | 17 | 3B | 36 | 32 |
| Octal | 304 | 302 | 74 | 0 | 1 | 105 | 27 | 73 | 66 | 62 |
| Binary | 11000100 | 11000010 | 111100 | 0 | 1 | 1000101 | 10111 | 111011 | 110110 | 110010 |
Color Harmonies of #C4C23C
Complementary color
Monochromatic Colors of #C4C23C
Black with #C4C23C
Text Example
Text Example
White with #C4C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C23C; }
p { color: rgb(196,194,60); }
H1.HeaderClassName
{
color: #C4C23C;
}
.AnyTagClassName
{
color: #C4C23C;
}
</style>
background-color css
<style>
a { background-color: #C4C23C; }
a { background-color: rgb(196,194,60); }
div.DivClassName
{
background-color: #C4C23C;
}
.BgClassName
{
background-color: #C4C23C;
}
</style>
border-color css
<style>
span { border-color: #C4C23C; }
span { border-color: rgb(196,194,60); }
td.TdClassName
{
border-color: #C4C23C;
}
.TagClassName
{
border-color: #C4C23C;
}
</style>