Shades of Wattle #C9CB48
Tints of Wattle #C9CB48
RGB
CMYK
RGB Variations
Color information
#C9CB48 (or 0xC9CB48) is known color: Wattle. HEX triplet: C9, CB and 48. RGB value is (201,203,72). Sum of RGB (Red+Green+Blue) = 201+203+72=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CB48 is #3634B7. Grayscale: #BBBBBB. Windows color (decimal): -3552440 or 4770761. OLE color: 4770761.
HSL color Cylindrical-coordinate representation of color #C9CB48: 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.65%. Process color model (Four color, CMYK) of #C9CB48 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 203 | 72 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.20 |
| HSL | 60.92º | 0.56% | 0.54% | - |
| HSV(B) | 60.92º | 0.65% | 0.8% | - |
| XYZ | 46.61 | 55.6 | 14.41 | - |
| YUV | 187.47 | 62.84 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 72 | 0.01 | 0 | 0.65 | 0.20 | 60.92 | 0.56 | 0.54 |
| Hex | C9 | CB | 48 | 1 | 0 | 41 | 14 | 3D | 38 | 36 |
| Octal | 311 | 313 | 110 | 1 | 0 | 101 | 24 | 75 | 70 | 66 |
| Binary | 11001001 | 11001011 | 1001000 | 1 | 0 | 1000001 | 10100 | 111101 | 111000 | 110110 |
Color Harmonies of #C9CB48
Complementary color
Monochromatic Colors of #C9CB48
Black with #C9CB48
Text Example
Text Example
White with #C9CB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CB48; }
p { color: rgb(201,203,72); }
H1.HeaderClassName
{
color: #C9CB48;
}
.AnyTagClassName
{
color: #C9CB48;
}
</style>
background-color css
<style>
a { background-color: #C9CB48; }
a { background-color: rgb(201,203,72); }
div.DivClassName
{
background-color: #C9CB48;
}
.BgClassName
{
background-color: #C9CB48;
}
</style>
border-color css
<style>
span { border-color: #C9CB48; }
span { border-color: rgb(201,203,72); }
td.TdClassName
{
border-color: #C9CB48;
}
.TagClassName
{
border-color: #C9CB48;
}
</style>