Shades of Wattle #C8C142
Tints of Wattle #C8C142
RGB
CMYK
RGB Variations
Color information
#C8C142 (or 0xC8C142) is known color: Wattle. HEX triplet: C8, C1 and 42. RGB value is (200,193,66). Sum of RGB (Red+Green+Blue) = 200+193+66=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C142 is #373EBD. Grayscale: #B5B5B5. Windows color (decimal): -3620542 or 4374984. OLE color: 4374984.
HSL color Cylindrical-coordinate representation of color #C8C142: hue angle of 56.87º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8C142 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 66 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.22 |
| HSL | 56.87º | 0.55% | 0.52% | - |
| HSV(B) | 56.87º | 0.67% | 0.78% | - |
| XYZ | 43.87 | 50.81 | 12.65 | - |
| YUV | 180.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 66 | 0 | 0.04 | 0.67 | 0.22 | 56.87 | 0.55 | 0.52 |
| Hex | C8 | C1 | 42 | 0 | 4 | 43 | 16 | 39 | 37 | 34 |
| Octal | 310 | 301 | 102 | 0 | 4 | 103 | 26 | 71 | 67 | 64 |
| Binary | 11001000 | 11000001 | 1000010 | 0 | 100 | 1000011 | 10110 | 111001 | 110111 | 110100 |
Color Harmonies of #C8C142
Complementary color
Monochromatic Colors of #C8C142
Black with #C8C142
Text Example
Text Example
White with #C8C142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C142; }
p { color: rgb(200,193,66); }
H1.HeaderClassName
{
color: #C8C142;
}
.AnyTagClassName
{
color: #C8C142;
}
</style>
background-color css
<style>
a { background-color: #C8C142; }
a { background-color: rgb(200,193,66); }
div.DivClassName
{
background-color: #C8C142;
}
.BgClassName
{
background-color: #C8C142;
}
</style>
border-color css
<style>
span { border-color: #C8C142; }
span { border-color: rgb(200,193,66); }
td.TdClassName
{
border-color: #C8C142;
}
.TagClassName
{
border-color: #C8C142;
}
</style>