Shades of Wattle #C9C44C
Tints of Wattle #C9C44C
RGB
CMYK
RGB Variations
Color information
#C9C44C (or 0xC9C44C) is known color: Wattle. HEX triplet: C9, C4 and 4C. RGB value is (201,196,76). Sum of RGB (Red+Green+Blue) = 201+196+76=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C44C is #363BB3. Grayscale: #B8B8B8. Windows color (decimal): -3554228 or 5031113. OLE color: 5031113.
HSL color Cylindrical-coordinate representation of color #C9C44C: hue angle of 57.6º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9C44C is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 76 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.21 |
| HSL | 57.6º | 0.54% | 0.54% | - |
| HSV(B) | 57.6º | 0.62% | 0.79% | - |
| XYZ | 45.13 | 52.42 | 14.58 | - |
| YUV | 183.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 76 | 0 | 0.02 | 0.62 | 0.21 | 57.6 | 0.54 | 0.54 |
| Hex | C9 | C4 | 4C | 0 | 2 | 3E | 15 | 3A | 36 | 36 |
| Octal | 311 | 304 | 114 | 0 | 2 | 76 | 25 | 72 | 66 | 66 |
| Binary | 11001001 | 11000100 | 1001100 | 0 | 10 | 111110 | 10101 | 111010 | 110110 | 110110 |
Color Harmonies of #C9C44C
Complementary color
Monochromatic Colors of #C9C44C
Black with #C9C44C
Text Example
Text Example
White with #C9C44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C44C; }
p { color: rgb(201,196,76); }
H1.HeaderClassName
{
color: #C9C44C;
}
.AnyTagClassName
{
color: #C9C44C;
}
</style>
background-color css
<style>
a { background-color: #C9C44C; }
a { background-color: rgb(201,196,76); }
div.DivClassName
{
background-color: #C9C44C;
}
.BgClassName
{
background-color: #C9C44C;
}
</style>
border-color css
<style>
span { border-color: #C9C44C; }
span { border-color: rgb(201,196,76); }
td.TdClassName
{
border-color: #C9C44C;
}
.TagClassName
{
border-color: #C9C44C;
}
</style>