Shades of Wattle #C8C439
Tints of Wattle #C8C439
RGB
CMYK
RGB Variations
Color information
#C8C439 (or 0xC8C439) is known color: Wattle. HEX triplet: C8, C4 and 39. RGB value is (200,196,57). Sum of RGB (Red+Green+Blue) = 200+196+57=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 57 (22.66% from 255 or 12.58% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C439 is #373BC6. Grayscale: #B5B5B5. Windows color (decimal): -3619783 or 3785928. OLE color: 3785928.
HSL color Cylindrical-coordinate representation of color #C8C439: hue angle of 58.32º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8C439 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 57 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.22 |
| HSL | 58.32º | 0.57% | 0.5% | - |
| HSV(B) | 58.32º | 0.72% | 0.78% | - |
| XYZ | 44.3 | 52.05 | 11.58 | - |
| YUV | 181.35 | 57.83 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 57 | 0 | 0.02 | 0.72 | 0.22 | 58.32 | 0.57 | 0.5 |
| Hex | C8 | C4 | 39 | 0 | 2 | 48 | 16 | 3A | 39 | 32 |
| Octal | 310 | 304 | 71 | 0 | 2 | 110 | 26 | 72 | 71 | 62 |
| Binary | 11001000 | 11000100 | 111001 | 0 | 10 | 1001000 | 10110 | 111010 | 111001 | 110010 |
Color Harmonies of #C8C439
Complementary color
Monochromatic Colors of #C8C439
Black with #C8C439
Text Example
Text Example
White with #C8C439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C439; }
p { color: rgb(200,196,57); }
H1.HeaderClassName
{
color: #C8C439;
}
.AnyTagClassName
{
color: #C8C439;
}
</style>
background-color css
<style>
a { background-color: #C8C439; }
a { background-color: rgb(200,196,57); }
div.DivClassName
{
background-color: #C8C439;
}
.BgClassName
{
background-color: #C8C439;
}
</style>
border-color css
<style>
span { border-color: #C8C439; }
span { border-color: rgb(200,196,57); }
td.TdClassName
{
border-color: #C8C439;
}
.TagClassName
{
border-color: #C8C439;
}
</style>