Shades of Wattle #C8C049
Tints of Wattle #C8C049
RGB
CMYK
RGB Variations
Color information
#C8C049 (or 0xC8C049) is known color: Wattle. HEX triplet: C8, C0 and 49. RGB value is (200,192,73). Sum of RGB (Red+Green+Blue) = 200+192+73=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C049 is #373FB6. Grayscale: #B5B5B5. Windows color (decimal): -3620791 or 4833480. OLE color: 4833480.
HSL color Cylindrical-coordinate representation of color #C8C049: hue angle of 56.22º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8C049 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 73 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.22 |
| HSL | 56.22º | 0.54% | 0.54% | - |
| HSV(B) | 56.22º | 0.64% | 0.78% | - |
| XYZ | 43.87 | 50.46 | 13.73 | - |
| YUV | 180.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 73 | 0 | 0.04 | 0.64 | 0.22 | 56.22 | 0.54 | 0.54 |
| Hex | C8 | C0 | 49 | 0 | 4 | 40 | 16 | 38 | 36 | 36 |
| Octal | 310 | 300 | 111 | 0 | 4 | 100 | 26 | 70 | 66 | 66 |
| Binary | 11001000 | 11000000 | 1001001 | 0 | 100 | 1000000 | 10110 | 111000 | 110110 | 110110 |
Color Harmonies of #C8C049
Complementary color
Monochromatic Colors of #C8C049
Black with #C8C049
Text Example
Text Example
White with #C8C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C049; }
p { color: rgb(200,192,73); }
H1.HeaderClassName
{
color: #C8C049;
}
.AnyTagClassName
{
color: #C8C049;
}
</style>
background-color css
<style>
a { background-color: #C8C049; }
a { background-color: rgb(200,192,73); }
div.DivClassName
{
background-color: #C8C049;
}
.BgClassName
{
background-color: #C8C049;
}
</style>
border-color css
<style>
span { border-color: #C8C049; }
span { border-color: rgb(200,192,73); }
td.TdClassName
{
border-color: #C8C049;
}
.TagClassName
{
border-color: #C8C049;
}
</style>