Shades of Wattle #C9C749
Tints of Wattle #C9C749
RGB
CMYK
RGB Variations
Color information
#C9C749 (or 0xC9C749) is known color: Wattle. HEX triplet: C9, C7 and 49. RGB value is (201,199,73). Sum of RGB (Red+Green+Blue) = 201+199+73=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C749 is #3638B6. Grayscale: #B9B9B9. Windows color (decimal): -3553463 or 4835273. OLE color: 4835273.
HSL color Cylindrical-coordinate representation of color #C9C749: hue angle of 59.06º degrees, saturation: 0.54, 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 #C9C749 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 199 | 73 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.21 |
| HSL | 59.06º | 0.54% | 0.54% | - |
| HSV(B) | 59.06º | 0.64% | 0.79% | - |
| XYZ | 45.71 | 53.75 | 14.27 | - |
| YUV | 185.23 | 64.66 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 199 | 73 | 0 | 0.01 | 0.64 | 0.21 | 59.06 | 0.54 | 0.54 |
| Hex | C9 | C7 | 49 | 0 | 1 | 40 | 15 | 3B | 36 | 36 |
| Octal | 311 | 307 | 111 | 0 | 1 | 100 | 25 | 73 | 66 | 66 |
| Binary | 11001001 | 11000111 | 1001001 | 0 | 1 | 1000000 | 10101 | 111011 | 110110 | 110110 |
Color Harmonies of #C9C749
Complementary color
Monochromatic Colors of #C9C749
Black with #C9C749
Text Example
Text Example
White with #C9C749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C749; }
p { color: rgb(201,199,73); }
H1.HeaderClassName
{
color: #C9C749;
}
.AnyTagClassName
{
color: #C9C749;
}
</style>
background-color css
<style>
a { background-color: #C9C749; }
a { background-color: rgb(201,199,73); }
div.DivClassName
{
background-color: #C9C749;
}
.BgClassName
{
background-color: #C9C749;
}
</style>
border-color css
<style>
span { border-color: #C9C749; }
span { border-color: rgb(201,199,73); }
td.TdClassName
{
border-color: #C9C749;
}
.TagClassName
{
border-color: #C9C749;
}
</style>