Shades of Wattle #C9CA49
Tints of Wattle #C9CA49
RGB
CMYK
RGB Variations
Color information
#C9CA49 (or 0xC9CA49) is known color: Wattle. HEX triplet: C9, CA and 49. RGB value is (201,202,73). Sum of RGB (Red+Green+Blue) = 201+202+73=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CA49 is #3635B6. Grayscale: #BBBBBB. Windows color (decimal): -3552695 or 4836041. OLE color: 4836041.
HSL color Cylindrical-coordinate representation of color #C9CA49: hue angle of 60.47º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9CA49 is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 73 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.21 |
| HSL | 60.47º | 0.55% | 0.54% | - |
| HSV(B) | 60.47º | 0.64% | 0.79% | - |
| XYZ | 46.41 | 55.14 | 14.5 | - |
| YUV | 187 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 73 | 0.00 | 0 | 0.64 | 0.21 | 60.47 | 0.55 | 0.54 |
| Hex | C9 | CA | 49 | 0 | 0 | 40 | 15 | 3C | 37 | 36 |
| Octal | 311 | 312 | 111 | 0 | 0 | 100 | 25 | 74 | 67 | 66 |
| Binary | 11001001 | 11001010 | 1001001 | 0 | 0 | 1000000 | 10101 | 111100 | 110111 | 110110 |
Color Harmonies of #C9CA49
Complementary color
Monochromatic Colors of #C9CA49
Black with #C9CA49
Text Example
Text Example
White with #C9CA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA49; }
p { color: rgb(201,202,73); }
H1.HeaderClassName
{
color: #C9CA49;
}
.AnyTagClassName
{
color: #C9CA49;
}
</style>
background-color css
<style>
a { background-color: #C9CA49; }
a { background-color: rgb(201,202,73); }
div.DivClassName
{
background-color: #C9CA49;
}
.BgClassName
{
background-color: #C9CA49;
}
</style>
border-color css
<style>
span { border-color: #C9CA49; }
span { border-color: rgb(201,202,73); }
td.TdClassName
{
border-color: #C9CA49;
}
.TagClassName
{
border-color: #C9CA49;
}
</style>