Shades of Wattle #C8C541
Tints of Wattle #C8C541
RGB
CMYK
RGB Variations
Color information
#C8C541 (or 0xC8C541) is known color: Wattle. HEX triplet: C8, C5 and 41. RGB value is (200,197,65). Sum of RGB (Red+Green+Blue) = 200+197+65=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C541 is #373ABE. Grayscale: #B7B7B7. Windows color (decimal): -3619519 or 4310472. OLE color: 4310472.
HSL color Cylindrical-coordinate representation of color #C8C541: hue angle of 58.67º 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 #C8C541 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 65 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.22 |
| HSL | 58.67º | 0.55% | 0.52% | - |
| HSV(B) | 58.67º | 0.68% | 0.78% | - |
| XYZ | 44.74 | 52.59 | 12.79 | - |
| YUV | 182.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 65 | 0 | 0.02 | 0.68 | 0.22 | 58.67 | 0.55 | 0.52 |
| Hex | C8 | C5 | 41 | 0 | 2 | 44 | 16 | 3B | 37 | 34 |
| Octal | 310 | 305 | 101 | 0 | 2 | 104 | 26 | 73 | 67 | 64 |
| Binary | 11001000 | 11000101 | 1000001 | 0 | 10 | 1000100 | 10110 | 111011 | 110111 | 110100 |
Color Harmonies of #C8C541
Complementary color
Monochromatic Colors of #C8C541
Black with #C8C541
Text Example
Text Example
White with #C8C541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C541; }
p { color: rgb(200,197,65); }
H1.HeaderClassName
{
color: #C8C541;
}
.AnyTagClassName
{
color: #C8C541;
}
</style>
background-color css
<style>
a { background-color: #C8C541; }
a { background-color: rgb(200,197,65); }
div.DivClassName
{
background-color: #C8C541;
}
.BgClassName
{
background-color: #C8C541;
}
</style>
border-color css
<style>
span { border-color: #C8C541; }
span { border-color: rgb(200,197,65); }
td.TdClassName
{
border-color: #C8C541;
}
.TagClassName
{
border-color: #C8C541;
}
</style>