Shades of Wattle #C9CB49
Tints of Wattle #C9CB49
RGB
CMYK
RGB Variations
Color information
#C9CB49 (or 0xC9CB49) is known color: Wattle. HEX triplet: C9, CB and 49. RGB value is (201,203,73). Sum of RGB (Red+Green+Blue) = 201+203+73=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CB49 is #3634B6. Grayscale: #BCBCBC. Windows color (decimal): -3552439 or 4836297. OLE color: 4836297.
HSL color Cylindrical-coordinate representation of color #C9CB49: hue angle of 60.92º 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 #C9CB49 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 203 | 73 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.20 |
| HSL | 60.92º | 0.56% | 0.54% | - |
| HSV(B) | 60.92º | 0.64% | 0.8% | - |
| XYZ | 46.65 | 55.61 | 14.58 | - |
| YUV | 187.58 | 63.34 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 73 | 0.01 | 0 | 0.64 | 0.20 | 60.92 | 0.56 | 0.54 |
| Hex | C9 | CB | 49 | 1 | 0 | 40 | 14 | 3D | 38 | 36 |
| Octal | 311 | 313 | 111 | 1 | 0 | 100 | 24 | 75 | 70 | 66 |
| Binary | 11001001 | 11001011 | 1001001 | 1 | 0 | 1000000 | 10100 | 111101 | 111000 | 110110 |
Color Harmonies of #C9CB49
Complementary color
Monochromatic Colors of #C9CB49
Black with #C9CB49
Text Example
Text Example
White with #C9CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CB49; }
p { color: rgb(201,203,73); }
H1.HeaderClassName
{
color: #C9CB49;
}
.AnyTagClassName
{
color: #C9CB49;
}
</style>
background-color css
<style>
a { background-color: #C9CB49; }
a { background-color: rgb(201,203,73); }
div.DivClassName
{
background-color: #C9CB49;
}
.BgClassName
{
background-color: #C9CB49;
}
</style>
border-color css
<style>
span { border-color: #C9CB49; }
span { border-color: rgb(201,203,73); }
td.TdClassName
{
border-color: #C9CB49;
}
.TagClassName
{
border-color: #C9CB49;
}
</style>