Shades of Wattle #C9C842
Tints of Wattle #C9C842
RGB
CMYK
RGB Variations
Color information
#C9C842 (or 0xC9C842) is known color: Wattle. HEX triplet: C9, C8 and 42. RGB value is (201,200,66). Sum of RGB (Red+Green+Blue) = 201+200+66=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C842 is #3637BD. Grayscale: #B9B9B9. Windows color (decimal): -3553214 or 4376777. OLE color: 4376777.
HSL color Cylindrical-coordinate representation of color #C9C842: hue angle of 59.56º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9C842 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 200 | 66 | - |
| CMYK | 0 | 0.00 | 0.67 | 0.21 |
| HSL | 59.56º | 0.56% | 0.52% | - |
| HSV(B) | 59.56º | 0.67% | 0.79% | - |
| XYZ | 45.73 | 54.12 | 13.19 | - |
| YUV | 185.02 | 60.83 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 66 | 0 | 0.00 | 0.67 | 0.21 | 59.56 | 0.56 | 0.52 |
| Hex | C9 | C8 | 42 | 0 | 0 | 43 | 15 | 3C | 38 | 34 |
| Octal | 311 | 310 | 102 | 0 | 0 | 103 | 25 | 74 | 70 | 64 |
| Binary | 11001001 | 11001000 | 1000010 | 0 | 0 | 1000011 | 10101 | 111100 | 111000 | 110100 |
Color Harmonies of #C9C842
Complementary color
Monochromatic Colors of #C9C842
Black with #C9C842
Text Example
Text Example
White with #C9C842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C842; }
p { color: rgb(201,200,66); }
H1.HeaderClassName
{
color: #C9C842;
}
.AnyTagClassName
{
color: #C9C842;
}
</style>
background-color css
<style>
a { background-color: #C9C842; }
a { background-color: rgb(201,200,66); }
div.DivClassName
{
background-color: #C9C842;
}
.BgClassName
{
background-color: #C9C842;
}
</style>
border-color css
<style>
span { border-color: #C9C842; }
span { border-color: rgb(201,200,66); }
td.TdClassName
{
border-color: #C9C842;
}
.TagClassName
{
border-color: #C9C842;
}
</style>