Shades of Wattle #C8C642
Tints of Wattle #C8C642
RGB
CMYK
RGB Variations
Color information
#C8C642 (or 0xC8C642) is known color: Wattle. HEX triplet: C8, C6 and 42. RGB value is (200,198,66). Sum of RGB (Red+Green+Blue) = 200+198+66=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C642 is #3739BD. Grayscale: #B8B8B8. Windows color (decimal): -3619262 or 4376264. OLE color: 4376264.
HSL color Cylindrical-coordinate representation of color #C8C642: hue angle of 59.1º 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 #C8C642 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 66 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.22 |
| HSL | 59.1º | 0.55% | 0.52% | - |
| HSV(B) | 59.1º | 0.67% | 0.78% | - |
| XYZ | 45 | 53.06 | 13.02 | - |
| YUV | 183.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 66 | 0 | 0.01 | 0.67 | 0.22 | 59.1 | 0.55 | 0.52 |
| Hex | C8 | C6 | 42 | 0 | 1 | 43 | 16 | 3B | 37 | 34 |
| Octal | 310 | 306 | 102 | 0 | 1 | 103 | 26 | 73 | 67 | 64 |
| Binary | 11001000 | 11000110 | 1000010 | 0 | 1 | 1000011 | 10110 | 111011 | 110111 | 110100 |
Color Harmonies of #C8C642
Complementary color
Monochromatic Colors of #C8C642
Black with #C8C642
Text Example
Text Example
White with #C8C642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C642; }
p { color: rgb(200,198,66); }
H1.HeaderClassName
{
color: #C8C642;
}
.AnyTagClassName
{
color: #C8C642;
}
</style>
background-color css
<style>
a { background-color: #C8C642; }
a { background-color: rgb(200,198,66); }
div.DivClassName
{
background-color: #C8C642;
}
.BgClassName
{
background-color: #C8C642;
}
</style>
border-color css
<style>
span { border-color: #C8C642; }
span { border-color: rgb(200,198,66); }
td.TdClassName
{
border-color: #C8C642;
}
.TagClassName
{
border-color: #C8C642;
}
</style>