Shades of Wattle #C8C331
Tints of Wattle #C8C331
RGB
CMYK
RGB Variations
Color information
#C8C331 (or 0xC8C331) is known color: Wattle. HEX triplet: C8, C3 and 31. RGB value is (200,195,49). Sum of RGB (Red+Green+Blue) = 200+195+49=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C331 is #373CCE. Grayscale: #B4B4B4. Windows color (decimal): -3620047 or 3261384. OLE color: 3261384.
HSL color Cylindrical-coordinate representation of color #C8C331: hue angle of 58.01º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8C331 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 49 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.22 |
| HSL | 58.01º | 0.61% | 0.49% | - |
| HSV(B) | 58.01º | 0.76% | 0.78% | - |
| XYZ | 43.89 | 51.53 | 10.54 | - |
| YUV | 179.85 | 54.16 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 49 | 0 | 0.02 | 0.76 | 0.22 | 58.01 | 0.61 | 0.49 |
| Hex | C8 | C3 | 31 | 0 | 2 | 4C | 16 | 3A | 3D | 31 |
| Octal | 310 | 303 | 61 | 0 | 2 | 114 | 26 | 72 | 75 | 61 |
| Binary | 11001000 | 11000011 | 110001 | 0 | 10 | 1001100 | 10110 | 111010 | 111101 | 110001 |
Color Harmonies of #C8C331
Complementary color
Monochromatic Colors of #C8C331
Black with #C8C331
Text Example
Text Example
White with #C8C331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C331; }
p { color: rgb(200,195,49); }
H1.HeaderClassName
{
color: #C8C331;
}
.AnyTagClassName
{
color: #C8C331;
}
</style>
background-color css
<style>
a { background-color: #C8C331; }
a { background-color: rgb(200,195,49); }
div.DivClassName
{
background-color: #C8C331;
}
.BgClassName
{
background-color: #C8C331;
}
</style>
border-color css
<style>
span { border-color: #C8C331; }
span { border-color: rgb(200,195,49); }
td.TdClassName
{
border-color: #C8C331;
}
.TagClassName
{
border-color: #C8C331;
}
</style>