Shades of Wattle #C7CA44
Tints of Wattle #C7CA44
RGB
CMYK
RGB Variations
Color information
#C7CA44 (or 0xC7CA44) is known color: Wattle. HEX triplet: C7, CA and 44. RGB value is (199,202,68). Sum of RGB (Red+Green+Blue) = 199+202+68=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA44 is #3835BB. Grayscale: #BABABA. Windows color (decimal): -3683772 or 4508359. OLE color: 4508359.
HSL color Cylindrical-coordinate representation of color #C7CA44: hue angle of 61.34º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C7CA44 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 68 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.21 |
| HSL | 61.34º | 0.56% | 0.53% | - |
| HSV(B) | 61.34º | 0.66% | 0.79% | - |
| XYZ | 45.72 | 54.8 | 13.64 | - |
| YUV | 185.83 | 61.51 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 68 | 0.01 | 0 | 0.66 | 0.21 | 61.34 | 0.56 | 0.53 |
| Hex | C7 | CA | 44 | 1 | 0 | 42 | 15 | 3D | 38 | 35 |
| Octal | 307 | 312 | 104 | 1 | 0 | 102 | 25 | 75 | 70 | 65 |
| Binary | 11000111 | 11001010 | 1000100 | 1 | 0 | 1000010 | 10101 | 111101 | 111000 | 110101 |
Color Harmonies of #C7CA44
Complementary color
Monochromatic Colors of #C7CA44
Black with #C7CA44
Text Example
Text Example
White with #C7CA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA44; }
p { color: rgb(199,202,68); }
H1.HeaderClassName
{
color: #C7CA44;
}
.AnyTagClassName
{
color: #C7CA44;
}
</style>
background-color css
<style>
a { background-color: #C7CA44; }
a { background-color: rgb(199,202,68); }
div.DivClassName
{
background-color: #C7CA44;
}
.BgClassName
{
background-color: #C7CA44;
}
</style>
border-color css
<style>
span { border-color: #C7CA44; }
span { border-color: rgb(199,202,68); }
td.TdClassName
{
border-color: #C7CA44;
}
.TagClassName
{
border-color: #C7CA44;
}
</style>