Shades of Wattle #C3C73F
Tints of Wattle #C3C73F
RGB
CMYK
RGB Variations
Color information
#C3C73F (or 0xC3C73F) is known color: Wattle. HEX triplet: C3, C7 and 3F. RGB value is (195,199,63). Sum of RGB (Red+Green+Blue) = 195+199+63=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C73F is #3C38C0. Grayscale: #B6B6B6. Windows color (decimal): -3946689 or 4179907. OLE color: 4179907.
HSL color Cylindrical-coordinate representation of color #C3C73F: hue angle of 61.76º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3C73F is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 199 | 63 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.22 |
| HSL | 61.76º | 0.55% | 0.51% | - |
| HSV(B) | 61.76º | 0.68% | 0.78% | - |
| XYZ | 43.83 | 52.81 | 12.59 | - |
| YUV | 182.3 | 60.67 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 199 | 63 | 0.02 | 0 | 0.68 | 0.22 | 61.76 | 0.55 | 0.51 |
| Hex | C3 | C7 | 3F | 2 | 0 | 44 | 16 | 3E | 37 | 33 |
| Octal | 303 | 307 | 77 | 2 | 0 | 104 | 26 | 76 | 67 | 63 |
| Binary | 11000011 | 11000111 | 111111 | 10 | 0 | 1000100 | 10110 | 111110 | 110111 | 110011 |
Color Harmonies of #C3C73F
Complementary color
Monochromatic Colors of #C3C73F
Black with #C3C73F
Text Example
Text Example
White with #C3C73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C73F; }
p { color: rgb(195,199,63); }
H1.HeaderClassName
{
color: #C3C73F;
}
.AnyTagClassName
{
color: #C3C73F;
}
</style>
background-color css
<style>
a { background-color: #C3C73F; }
a { background-color: rgb(195,199,63); }
div.DivClassName
{
background-color: #C3C73F;
}
.BgClassName
{
background-color: #C3C73F;
}
</style>
border-color css
<style>
span { border-color: #C3C73F; }
span { border-color: rgb(195,199,63); }
td.TdClassName
{
border-color: #C3C73F;
}
.TagClassName
{
border-color: #C3C73F;
}
</style>