Shades of Wattle #C7CA3A
Tints of Wattle #C7CA3A
RGB
CMYK
RGB Variations
Color information
#C7CA3A (or 0xC7CA3A) is known color: Wattle. HEX triplet: C7, CA and 3A. RGB value is (199,202,58). Sum of RGB (Red+Green+Blue) = 199+202+58=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA3A is #3835C5. Grayscale: #B9B9B9. Windows color (decimal): -3683782 or 3852999. OLE color: 3852999.
HSL color Cylindrical-coordinate representation of color #C7CA3A: hue angle of 61.25º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7CA3A is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 58 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.21 |
| HSL | 61.25º | 0.58% | 0.51% | - |
| HSV(B) | 61.25º | 0.71% | 0.79% | - |
| XYZ | 45.44 | 54.69 | 12.16 | - |
| YUV | 184.69 | 56.51 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 58 | 0.01 | 0 | 0.71 | 0.21 | 61.25 | 0.58 | 0.51 |
| Hex | C7 | CA | 3A | 1 | 0 | 47 | 15 | 3D | 3A | 33 |
| Octal | 307 | 312 | 72 | 1 | 0 | 107 | 25 | 75 | 72 | 63 |
| Binary | 11000111 | 11001010 | 111010 | 1 | 0 | 1000111 | 10101 | 111101 | 111010 | 110011 |
Color Harmonies of #C7CA3A
Complementary color
Monochromatic Colors of #C7CA3A
Black with #C7CA3A
Text Example
Text Example
White with #C7CA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA3A; }
p { color: rgb(199,202,58); }
H1.HeaderClassName
{
color: #C7CA3A;
}
.AnyTagClassName
{
color: #C7CA3A;
}
</style>
background-color css
<style>
a { background-color: #C7CA3A; }
a { background-color: rgb(199,202,58); }
div.DivClassName
{
background-color: #C7CA3A;
}
.BgClassName
{
background-color: #C7CA3A;
}
</style>
border-color css
<style>
span { border-color: #C7CA3A; }
span { border-color: rgb(199,202,58); }
td.TdClassName
{
border-color: #C7CA3A;
}
.TagClassName
{
border-color: #C7CA3A;
}
</style>