Shades of Wattle #C9C640
Tints of Wattle #C9C640
RGB
CMYK
RGB Variations
Color information
#C9C640 (or 0xC9C640) is known color: Wattle. HEX triplet: C9, C6 and 40. RGB value is (201,198,64). Sum of RGB (Red+Green+Blue) = 201+198+64=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C640 is #3639BF. Grayscale: #B8B8B8. Windows color (decimal): -3553728 or 4245193. OLE color: 4245193.
HSL color Cylindrical-coordinate representation of color #C9C640: hue angle of 58.69º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9C640 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 198 | 64 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.21 |
| HSL | 58.69º | 0.56% | 0.52% | - |
| HSV(B) | 58.69º | 0.68% | 0.79% | - |
| XYZ | 45.21 | 53.18 | 12.73 | - |
| YUV | 183.62 | 60.49 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 64 | 0 | 0.01 | 0.68 | 0.21 | 58.69 | 0.56 | 0.52 |
| Hex | C9 | C6 | 40 | 0 | 1 | 44 | 15 | 3B | 38 | 34 |
| Octal | 311 | 306 | 100 | 0 | 1 | 104 | 25 | 73 | 70 | 64 |
| Binary | 11001001 | 11000110 | 1000000 | 0 | 1 | 1000100 | 10101 | 111011 | 111000 | 110100 |
Color Harmonies of #C9C640
Complementary color
Monochromatic Colors of #C9C640
Black with #C9C640
Text Example
Text Example
White with #C9C640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C640; }
p { color: rgb(201,198,64); }
H1.HeaderClassName
{
color: #C9C640;
}
.AnyTagClassName
{
color: #C9C640;
}
</style>
background-color css
<style>
a { background-color: #C9C640; }
a { background-color: rgb(201,198,64); }
div.DivClassName
{
background-color: #C9C640;
}
.BgClassName
{
background-color: #C9C640;
}
</style>
border-color css
<style>
span { border-color: #C9C640; }
span { border-color: rgb(201,198,64); }
td.TdClassName
{
border-color: #C9C640;
}
.TagClassName
{
border-color: #C9C640;
}
</style>