Shades of Wattle #C7CC4A
Tints of Wattle #C7CC4A
RGB
CMYK
RGB Variations
Color information
#C7CC4A (or 0xC7CC4A) is known color: Wattle. HEX triplet: C7, CC and 4A. RGB value is (199,204,74). Sum of RGB (Red+Green+Blue) = 199+204+74=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CC4A is #3833B5. Grayscale: #BCBCBC. Windows color (decimal): -3683254 or 4902087. OLE color: 4902087.
HSL color Cylindrical-coordinate representation of color #C7CC4A: hue angle of 62.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7CC4A is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 74 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.2 |
| HSL | 62.31º | 0.56% | 0.55% | - |
| HSV(B) | 62.31º | 0.64% | 0.8% | - |
| XYZ | 46.38 | 55.82 | 14.81 | - |
| YUV | 187.69 | 63.84 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 74 | 0.02 | 0 | 0.64 | 0.2 | 62.31 | 0.56 | 0.55 |
| Hex | C7 | CC | 4A | 2 | 0 | 40 | 14 | 3E | 38 | 37 |
| Octal | 307 | 314 | 112 | 2 | 0 | 100 | 24 | 76 | 70 | 67 |
| Binary | 11000111 | 11001100 | 1001010 | 10 | 0 | 1000000 | 10100 | 111110 | 111000 | 110111 |
Color Harmonies of #C7CC4A
Complementary color
Monochromatic Colors of #C7CC4A
Black with #C7CC4A
Text Example
Text Example
White with #C7CC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CC4A; }
p { color: rgb(199,204,74); }
H1.HeaderClassName
{
color: #C7CC4A;
}
.AnyTagClassName
{
color: #C7CC4A;
}
</style>
background-color css
<style>
a { background-color: #C7CC4A; }
a { background-color: rgb(199,204,74); }
div.DivClassName
{
background-color: #C7CC4A;
}
.BgClassName
{
background-color: #C7CC4A;
}
</style>
border-color css
<style>
span { border-color: #C7CC4A; }
span { border-color: rgb(199,204,74); }
td.TdClassName
{
border-color: #C7CC4A;
}
.TagClassName
{
border-color: #C7CC4A;
}
</style>