Shades of Wattle #C8C538
Tints of Wattle #C8C538
RGB
CMYK
RGB Variations
Color information
#C8C538 (or 0xC8C538) is known color: Wattle. HEX triplet: C8, C5 and 38. RGB value is (200,197,56). Sum of RGB (Red+Green+Blue) = 200+197+56=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 56 (22.27% from 255 or 12.36% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C538 is #373AC7. Grayscale: #B6B6B6. Windows color (decimal): -3619528 or 3720648. OLE color: 3720648.
HSL color Cylindrical-coordinate representation of color #C8C538: hue angle of 58.75º 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 #C8C538 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 56 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.22 |
| HSL | 58.75º | 0.57% | 0.5% | - |
| HSV(B) | 58.75º | 0.72% | 0.78% | - |
| XYZ | 44.5 | 52.5 | 11.53 | - |
| YUV | 181.82 | 56.99 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 56 | 0 | 0.02 | 0.72 | 0.22 | 58.75 | 0.57 | 0.5 |
| Hex | C8 | C5 | 38 | 0 | 2 | 48 | 16 | 3B | 39 | 32 |
| Octal | 310 | 305 | 70 | 0 | 2 | 110 | 26 | 73 | 71 | 62 |
| Binary | 11001000 | 11000101 | 111000 | 0 | 10 | 1001000 | 10110 | 111011 | 111001 | 110010 |
Color Harmonies of #C8C538
Complementary color
Monochromatic Colors of #C8C538
Black with #C8C538
Text Example
Text Example
White with #C8C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C538; }
p { color: rgb(200,197,56); }
H1.HeaderClassName
{
color: #C8C538;
}
.AnyTagClassName
{
color: #C8C538;
}
</style>
background-color css
<style>
a { background-color: #C8C538; }
a { background-color: rgb(200,197,56); }
div.DivClassName
{
background-color: #C8C538;
}
.BgClassName
{
background-color: #C8C538;
}
</style>
border-color css
<style>
span { border-color: #C8C538; }
span { border-color: rgb(200,197,56); }
td.TdClassName
{
border-color: #C8C538;
}
.TagClassName
{
border-color: #C8C538;
}
</style>