Shades of Wattle #C8C141
Tints of Wattle #C8C141
RGB
CMYK
RGB Variations
Color information
#C8C141 (or 0xC8C141) is known color: Wattle. HEX triplet: C8, C1 and 41. RGB value is (200,193,65). Sum of RGB (Red+Green+Blue) = 200+193+65=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C141 is #373EBE. Grayscale: #B5B5B5. Windows color (decimal): -3620543 or 4309448. OLE color: 4309448.
HSL color Cylindrical-coordinate representation of color #C8C141: hue angle of 56.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8C141 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 65 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.22 |
| HSL | 56.89º | 0.55% | 0.52% | - |
| HSV(B) | 56.89º | 0.68% | 0.78% | - |
| XYZ | 43.84 | 50.8 | 12.5 | - |
| YUV | 180.5 | 62.82 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 65 | 0 | 0.04 | 0.68 | 0.22 | 56.89 | 0.55 | 0.52 |
| Hex | C8 | C1 | 41 | 0 | 4 | 44 | 16 | 39 | 37 | 34 |
| Octal | 310 | 301 | 101 | 0 | 4 | 104 | 26 | 71 | 67 | 64 |
| Binary | 11001000 | 11000001 | 1000001 | 0 | 100 | 1000100 | 10110 | 111001 | 110111 | 110100 |
Color Harmonies of #C8C141
Complementary color
Monochromatic Colors of #C8C141
Black with #C8C141
Text Example
Text Example
White with #C8C141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C141; }
p { color: rgb(200,193,65); }
H1.HeaderClassName
{
color: #C8C141;
}
.AnyTagClassName
{
color: #C8C141;
}
</style>
background-color css
<style>
a { background-color: #C8C141; }
a { background-color: rgb(200,193,65); }
div.DivClassName
{
background-color: #C8C141;
}
.BgClassName
{
background-color: #C8C141;
}
</style>
border-color css
<style>
span { border-color: #C8C141; }
span { border-color: rgb(200,193,65); }
td.TdClassName
{
border-color: #C8C141;
}
.TagClassName
{
border-color: #C8C141;
}
</style>