Shades of Wattle #C8C438
Tints of Wattle #C8C438
RGB
CMYK
RGB Variations
Color information
#C8C438 (or 0xC8C438) is known color: Wattle. HEX triplet: C8, C4 and 38. RGB value is (200,196,56). Sum of RGB (Red+Green+Blue) = 200+196+56=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 56 (22.27% from 255 or 12.39% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C438 is #373BC7. Grayscale: #B5B5B5. Windows color (decimal): -3619784 or 3720392. OLE color: 3720392.
HSL color Cylindrical-coordinate representation of color #C8C438: hue angle of 58.33º 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 #C8C438 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 56 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.22 |
| HSL | 58.33º | 0.57% | 0.5% | - |
| HSV(B) | 58.33º | 0.72% | 0.78% | - |
| XYZ | 44.27 | 52.04 | 11.45 | - |
| YUV | 181.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 56 | 0 | 0.02 | 0.72 | 0.22 | 58.33 | 0.57 | 0.5 |
| Hex | C8 | C4 | 38 | 0 | 2 | 48 | 16 | 3A | 39 | 32 |
| Octal | 310 | 304 | 70 | 0 | 2 | 110 | 26 | 72 | 71 | 62 |
| Binary | 11001000 | 11000100 | 111000 | 0 | 10 | 1001000 | 10110 | 111010 | 111001 | 110010 |
Color Harmonies of #C8C438
Complementary color
Monochromatic Colors of #C8C438
Black with #C8C438
Text Example
Text Example
White with #C8C438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C438; }
p { color: rgb(200,196,56); }
H1.HeaderClassName
{
color: #C8C438;
}
.AnyTagClassName
{
color: #C8C438;
}
</style>
background-color css
<style>
a { background-color: #C8C438; }
a { background-color: rgb(200,196,56); }
div.DivClassName
{
background-color: #C8C438;
}
.BgClassName
{
background-color: #C8C438;
}
</style>
border-color css
<style>
span { border-color: #C8C438; }
span { border-color: rgb(200,196,56); }
td.TdClassName
{
border-color: #C8C438;
}
.TagClassName
{
border-color: #C8C438;
}
</style>