Shades of Wattle #C7CA3F
Tints of Wattle #C7CA3F
RGB
CMYK
RGB Variations
Color information
#C7CA3F (or 0xC7CA3F) is known color: Wattle. HEX triplet: C7, CA and 3F. RGB value is (199,202,63). Sum of RGB (Red+Green+Blue) = 199+202+63=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA3F is #3835C0. Grayscale: #B9B9B9. Windows color (decimal): -3683777 or 4180679. OLE color: 4180679.
HSL color Cylindrical-coordinate representation of color #C7CA3F: hue angle of 61.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7CA3F is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 63 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.21 |
| HSL | 61.29º | 0.57% | 0.52% | - |
| HSV(B) | 61.29º | 0.69% | 0.79% | - |
| XYZ | 45.57 | 54.74 | 12.87 | - |
| YUV | 185.26 | 59.01 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 63 | 0.01 | 0 | 0.69 | 0.21 | 61.29 | 0.57 | 0.52 |
| Hex | C7 | CA | 3F | 1 | 0 | 45 | 15 | 3D | 39 | 34 |
| Octal | 307 | 312 | 77 | 1 | 0 | 105 | 25 | 75 | 71 | 64 |
| Binary | 11000111 | 11001010 | 111111 | 1 | 0 | 1000101 | 10101 | 111101 | 111001 | 110100 |
Color Harmonies of #C7CA3F
Complementary color
Monochromatic Colors of #C7CA3F
Black with #C7CA3F
Text Example
Text Example
White with #C7CA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA3F; }
p { color: rgb(199,202,63); }
H1.HeaderClassName
{
color: #C7CA3F;
}
.AnyTagClassName
{
color: #C7CA3F;
}
</style>
background-color css
<style>
a { background-color: #C7CA3F; }
a { background-color: rgb(199,202,63); }
div.DivClassName
{
background-color: #C7CA3F;
}
.BgClassName
{
background-color: #C7CA3F;
}
</style>
border-color css
<style>
span { border-color: #C7CA3F; }
span { border-color: rgb(199,202,63); }
td.TdClassName
{
border-color: #C7CA3F;
}
.TagClassName
{
border-color: #C7CA3F;
}
</style>