Shades of Wattle #C8C436
Tints of Wattle #C8C436
RGB
CMYK
RGB Variations
Color information
#C8C436 (or 0xC8C436) is known color: Wattle. HEX triplet: C8, C4 and 36. RGB value is (200,196,54). Sum of RGB (Red+Green+Blue) = 200+196+54=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 54 (21.48% from 255 or 12% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C436 is #373BC9. Grayscale: #B5B5B5. Windows color (decimal): -3619786 or 3589320. OLE color: 3589320.
HSL color Cylindrical-coordinate representation of color #C8C436: hue angle of 58.36º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8C436 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 54 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.22 |
| HSL | 58.36º | 0.57% | 0.5% | - |
| HSV(B) | 58.36º | 0.73% | 0.78% | - |
| XYZ | 44.23 | 52.03 | 11.2 | - |
| YUV | 181.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 54 | 0 | 0.02 | 0.73 | 0.22 | 58.36 | 0.57 | 0.5 |
| Hex | C8 | C4 | 36 | 0 | 2 | 49 | 16 | 3A | 39 | 32 |
| Octal | 310 | 304 | 66 | 0 | 2 | 111 | 26 | 72 | 71 | 62 |
| Binary | 11001000 | 11000100 | 110110 | 0 | 10 | 1001001 | 10110 | 111010 | 111001 | 110010 |
Color Harmonies of #C8C436
Complementary color
Monochromatic Colors of #C8C436
Black with #C8C436
Text Example
Text Example
White with #C8C436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C436; }
p { color: rgb(200,196,54); }
H1.HeaderClassName
{
color: #C8C436;
}
.AnyTagClassName
{
color: #C8C436;
}
</style>
background-color css
<style>
a { background-color: #C8C436; }
a { background-color: rgb(200,196,54); }
div.DivClassName
{
background-color: #C8C436;
}
.BgClassName
{
background-color: #C8C436;
}
</style>
border-color css
<style>
span { border-color: #C8C436; }
span { border-color: rgb(200,196,54); }
td.TdClassName
{
border-color: #C8C436;
}
.TagClassName
{
border-color: #C8C436;
}
</style>