Shades of Wattle #C8C149
Tints of Wattle #C8C149
RGB
CMYK
RGB Variations
Color information
#C8C149 (or 0xC8C149) is known color: Wattle. HEX triplet: C8, C1 and 49. RGB value is (200,193,73). Sum of RGB (Red+Green+Blue) = 200+193+73=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C149 is #373EB6. Grayscale: #B5B5B5. Windows color (decimal): -3620535 or 4833736. OLE color: 4833736.
HSL color Cylindrical-coordinate representation of color #C8C149: hue angle of 56.69º 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 #C8C149 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 73 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.22 |
| HSL | 56.69º | 0.54% | 0.54% | - |
| HSV(B) | 56.69º | 0.64% | 0.78% | - |
| XYZ | 44.09 | 50.9 | 13.8 | - |
| YUV | 181.41 | 66.82 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 73 | 0 | 0.04 | 0.64 | 0.22 | 56.69 | 0.54 | 0.54 |
| Hex | C8 | C1 | 49 | 0 | 4 | 40 | 16 | 39 | 36 | 36 |
| Octal | 310 | 301 | 111 | 0 | 4 | 100 | 26 | 71 | 66 | 66 |
| Binary | 11001000 | 11000001 | 1001001 | 0 | 100 | 1000000 | 10110 | 111001 | 110110 | 110110 |
Color Harmonies of #C8C149
Complementary color
Monochromatic Colors of #C8C149
Black with #C8C149
Text Example
Text Example
White with #C8C149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C149; }
p { color: rgb(200,193,73); }
H1.HeaderClassName
{
color: #C8C149;
}
.AnyTagClassName
{
color: #C8C149;
}
</style>
background-color css
<style>
a { background-color: #C8C149; }
a { background-color: rgb(200,193,73); }
div.DivClassName
{
background-color: #C8C149;
}
.BgClassName
{
background-color: #C8C149;
}
</style>
border-color css
<style>
span { border-color: #C8C149; }
span { border-color: rgb(200,193,73); }
td.TdClassName
{
border-color: #C8C149;
}
.TagClassName
{
border-color: #C8C149;
}
</style>