Shades of Wattle #C9C343
Tints of Wattle #C9C343
RGB
CMYK
RGB Variations
Color information
#C9C343 (or 0xC9C343) is known color: Wattle. HEX triplet: C9, C3 and 43. RGB value is (201,195,67). Sum of RGB (Red+Green+Blue) = 201+195+67=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 67 (26.56% from 255 or 14.47% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C343 is #363CBC. Grayscale: #B6B6B6. Windows color (decimal): -3554493 or 4441033. OLE color: 4441033.
HSL color Cylindrical-coordinate representation of color #C9C343: hue angle of 57.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9C343 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 67 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.21 |
| HSL | 57.31º | 0.55% | 0.53% | - |
| HSV(B) | 57.31º | 0.67% | 0.79% | - |
| XYZ | 44.62 | 51.85 | 12.97 | - |
| YUV | 182.2 | 62.99 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 67 | 0 | 0.03 | 0.67 | 0.21 | 57.31 | 0.55 | 0.53 |
| Hex | C9 | C3 | 43 | 0 | 3 | 43 | 15 | 39 | 37 | 35 |
| Octal | 311 | 303 | 103 | 0 | 3 | 103 | 25 | 71 | 67 | 65 |
| Binary | 11001001 | 11000011 | 1000011 | 0 | 11 | 1000011 | 10101 | 111001 | 110111 | 110101 |
Color Harmonies of #C9C343
Complementary color
Monochromatic Colors of #C9C343
Black with #C9C343
Text Example
Text Example
White with #C9C343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C343; }
p { color: rgb(201,195,67); }
H1.HeaderClassName
{
color: #C9C343;
}
.AnyTagClassName
{
color: #C9C343;
}
</style>
background-color css
<style>
a { background-color: #C9C343; }
a { background-color: rgb(201,195,67); }
div.DivClassName
{
background-color: #C9C343;
}
.BgClassName
{
background-color: #C9C343;
}
</style>
border-color css
<style>
span { border-color: #C9C343; }
span { border-color: rgb(201,195,67); }
td.TdClassName
{
border-color: #C9C343;
}
.TagClassName
{
border-color: #C9C343;
}
</style>