Shades of Wattle #C8C449
Tints of Wattle #C8C449
RGB
CMYK
RGB Variations
Color information
#C8C449 (or 0xC8C449) is known color: Wattle. HEX triplet: C8, C4 and 49. RGB value is (200,196,73). Sum of RGB (Red+Green+Blue) = 200+196+73=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C449 is #373BB6. Grayscale: #B7B7B7. Windows color (decimal): -3619767 or 4834504. OLE color: 4834504.
HSL color Cylindrical-coordinate representation of color #C8C449: hue angle of 58.11º 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 #C8C449 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 73 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.22 |
| HSL | 58.11º | 0.54% | 0.54% | - |
| HSV(B) | 58.11º | 0.64% | 0.78% | - |
| XYZ | 44.76 | 52.24 | 14.03 | - |
| YUV | 183.17 | 65.83 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 73 | 0 | 0.02 | 0.64 | 0.22 | 58.11 | 0.54 | 0.54 |
| Hex | C8 | C4 | 49 | 0 | 2 | 40 | 16 | 3A | 36 | 36 |
| Octal | 310 | 304 | 111 | 0 | 2 | 100 | 26 | 72 | 66 | 66 |
| Binary | 11001000 | 11000100 | 1001001 | 0 | 10 | 1000000 | 10110 | 111010 | 110110 | 110110 |
Color Harmonies of #C8C449
Complementary color
Monochromatic Colors of #C8C449
Black with #C8C449
Text Example
Text Example
White with #C8C449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C449; }
p { color: rgb(200,196,73); }
H1.HeaderClassName
{
color: #C8C449;
}
.AnyTagClassName
{
color: #C8C449;
}
</style>
background-color css
<style>
a { background-color: #C8C449; }
a { background-color: rgb(200,196,73); }
div.DivClassName
{
background-color: #C8C449;
}
.BgClassName
{
background-color: #C8C449;
}
</style>
border-color css
<style>
span { border-color: #C8C449; }
span { border-color: rgb(200,196,73); }
td.TdClassName
{
border-color: #C8C449;
}
.TagClassName
{
border-color: #C8C449;
}
</style>