Shades of Wattle #C9C234
Tints of Wattle #C9C234
RGB
CMYK
RGB Variations
Color information
#C9C234 (or 0xC9C234) is known color: Wattle. HEX triplet: C9, C2 and 34. RGB value is (201,194,52). Sum of RGB (Red+Green+Blue) = 201+194+52=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C234 is #363DCB. Grayscale: #B4B4B4. Windows color (decimal): -3554764 or 3457737. OLE color: 3457737.
HSL color Cylindrical-coordinate representation of color #C9C234: hue angle of 57.18º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9C234 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 52 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.21 |
| HSL | 57.18º | 0.59% | 0.5% | - |
| HSV(B) | 57.18º | 0.74% | 0.79% | - |
| XYZ | 44 | 51.25 | 10.82 | - |
| YUV | 179.91 | 55.82 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 52 | 0 | 0.03 | 0.74 | 0.21 | 57.18 | 0.59 | 0.5 |
| Hex | C9 | C2 | 34 | 0 | 3 | 4A | 15 | 39 | 3B | 32 |
| Octal | 311 | 302 | 64 | 0 | 3 | 112 | 25 | 71 | 73 | 62 |
| Binary | 11001001 | 11000010 | 110100 | 0 | 11 | 1001010 | 10101 | 111001 | 111011 | 110010 |
Color Harmonies of #C9C234
Complementary color
Monochromatic Colors of #C9C234
Black with #C9C234
Text Example
Text Example
White with #C9C234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C234; }
p { color: rgb(201,194,52); }
H1.HeaderClassName
{
color: #C9C234;
}
.AnyTagClassName
{
color: #C9C234;
}
</style>
background-color css
<style>
a { background-color: #C9C234; }
a { background-color: rgb(201,194,52); }
div.DivClassName
{
background-color: #C9C234;
}
.BgClassName
{
background-color: #C9C234;
}
</style>
border-color css
<style>
span { border-color: #C9C234; }
span { border-color: rgb(201,194,52); }
td.TdClassName
{
border-color: #C9C234;
}
.TagClassName
{
border-color: #C9C234;
}
</style>