Shades of Wattle #C9CC46
Tints of Wattle #C9CC46
RGB
CMYK
RGB Variations
Color information
#C9CC46 (or 0xC9CC46) is known color: Wattle. HEX triplet: C9, CC and 46. RGB value is (201,204,70). Sum of RGB (Red+Green+Blue) = 201+204+70=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 70 (27.73% from 255 or 14.74% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CC46 is #3633B9. Grayscale: #BCBCBC. Windows color (decimal): -3552186 or 4639945. OLE color: 4639945.
HSL color Cylindrical-coordinate representation of color #C9CC46: hue angle of 61.34º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9CC46 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 204 | 70 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.2 |
| HSL | 61.34º | 0.57% | 0.54% | - |
| HSV(B) | 61.34º | 0.66% | 0.8% | - |
| XYZ | 46.79 | 56.05 | 14.15 | - |
| YUV | 187.83 | 61.51 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 70 | 0.01 | 0 | 0.66 | 0.2 | 61.34 | 0.57 | 0.54 |
| Hex | C9 | CC | 46 | 1 | 0 | 42 | 14 | 3D | 39 | 36 |
| Octal | 311 | 314 | 106 | 1 | 0 | 102 | 24 | 75 | 71 | 66 |
| Binary | 11001001 | 11001100 | 1000110 | 1 | 0 | 1000010 | 10100 | 111101 | 111001 | 110110 |
Color Harmonies of #C9CC46
Complementary color
Monochromatic Colors of #C9CC46
Black with #C9CC46
Text Example
Text Example
White with #C9CC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CC46; }
p { color: rgb(201,204,70); }
H1.HeaderClassName
{
color: #C9CC46;
}
.AnyTagClassName
{
color: #C9CC46;
}
</style>
background-color css
<style>
a { background-color: #C9CC46; }
a { background-color: rgb(201,204,70); }
div.DivClassName
{
background-color: #C9CC46;
}
.BgClassName
{
background-color: #C9CC46;
}
</style>
border-color css
<style>
span { border-color: #C9CC46; }
span { border-color: rgb(201,204,70); }
td.TdClassName
{
border-color: #C9CC46;
}
.TagClassName
{
border-color: #C9CC46;
}
</style>