Shades of Wattle #C9C634
Tints of Wattle #C9C634
RGB
CMYK
RGB Variations
Color information
#C9C634 (or 0xC9C634) is known color: Wattle. HEX triplet: C9, C6 and 34. RGB value is (201,198,52). Sum of RGB (Red+Green+Blue) = 201+198+52=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C634 is #3639CB. Grayscale: #B6B6B6. Windows color (decimal): -3553740 or 3458761. OLE color: 3458761.
HSL color Cylindrical-coordinate representation of color #C9C634: hue angle of 58.79º 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 #C9C634 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 198 | 52 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.21 |
| HSL | 58.79º | 0.59% | 0.5% | - |
| HSV(B) | 58.79º | 0.74% | 0.79% | - |
| XYZ | 44.9 | 53.05 | 11.12 | - |
| YUV | 182.25 | 54.49 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 52 | 0 | 0.01 | 0.74 | 0.21 | 58.79 | 0.59 | 0.5 |
| Hex | C9 | C6 | 34 | 0 | 1 | 4A | 15 | 3B | 3B | 32 |
| Octal | 311 | 306 | 64 | 0 | 1 | 112 | 25 | 73 | 73 | 62 |
| Binary | 11001001 | 11000110 | 110100 | 0 | 1 | 1001010 | 10101 | 111011 | 111011 | 110010 |
Color Harmonies of #C9C634
Complementary color
Monochromatic Colors of #C9C634
Black with #C9C634
Text Example
Text Example
White with #C9C634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C634; }
p { color: rgb(201,198,52); }
H1.HeaderClassName
{
color: #C9C634;
}
.AnyTagClassName
{
color: #C9C634;
}
</style>
background-color css
<style>
a { background-color: #C9C634; }
a { background-color: rgb(201,198,52); }
div.DivClassName
{
background-color: #C9C634;
}
.BgClassName
{
background-color: #C9C634;
}
</style>
border-color css
<style>
span { border-color: #C9C634; }
span { border-color: rgb(201,198,52); }
td.TdClassName
{
border-color: #C9C634;
}
.TagClassName
{
border-color: #C9C634;
}
</style>