Shades of Wattle #C9CC49
Tints of Wattle #C9CC49
RGB
CMYK
RGB Variations
Color information
#C9CC49 (or 0xC9CC49) is known color: Wattle. HEX triplet: C9, CC and 49. RGB value is (201,204,73). Sum of RGB (Red+Green+Blue) = 201+204+73=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CC49 is #3633B6. Grayscale: #BCBCBC. Windows color (decimal): -3552183 or 4836553. OLE color: 4836553.
HSL color Cylindrical-coordinate representation of color #C9CC49: hue angle of 61.37º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9CC49 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 204 | 73 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.2 |
| HSL | 61.37º | 0.56% | 0.54% | - |
| HSV(B) | 61.37º | 0.64% | 0.8% | - |
| XYZ | 46.88 | 56.08 | 14.66 | - |
| YUV | 188.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 73 | 0.01 | 0 | 0.64 | 0.2 | 61.37 | 0.56 | 0.54 |
| Hex | C9 | CC | 49 | 1 | 0 | 40 | 14 | 3D | 38 | 36 |
| Octal | 311 | 314 | 111 | 1 | 0 | 100 | 24 | 75 | 70 | 66 |
| Binary | 11001001 | 11001100 | 1001001 | 1 | 0 | 1000000 | 10100 | 111101 | 111000 | 110110 |
Color Harmonies of #C9CC49
Complementary color
Monochromatic Colors of #C9CC49
Black with #C9CC49
Text Example
Text Example
White with #C9CC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CC49; }
p { color: rgb(201,204,73); }
H1.HeaderClassName
{
color: #C9CC49;
}
.AnyTagClassName
{
color: #C9CC49;
}
</style>
background-color css
<style>
a { background-color: #C9CC49; }
a { background-color: rgb(201,204,73); }
div.DivClassName
{
background-color: #C9CC49;
}
.BgClassName
{
background-color: #C9CC49;
}
</style>
border-color css
<style>
span { border-color: #C9CC49; }
span { border-color: rgb(201,204,73); }
td.TdClassName
{
border-color: #C9CC49;
}
.TagClassName
{
border-color: #C9CC49;
}
</style>