Shades of Wattle #C8C54B
Tints of Wattle #C8C54B
RGB
CMYK
RGB Variations
Color information
#C8C54B (or 0xC8C54B) is known color: Wattle. HEX triplet: C8, C5 and 4B. RGB value is (200,197,75). Sum of RGB (Red+Green+Blue) = 200+197+75=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C54B is #373AB4. Grayscale: #B8B8B8. Windows color (decimal): -3619509 or 4965832. OLE color: 4965832.
HSL color Cylindrical-coordinate representation of color #C8C54B: hue angle of 58.56º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8C54B is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 75 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.22 |
| HSL | 58.56º | 0.53% | 0.54% | - |
| HSV(B) | 58.56º | 0.63% | 0.78% | - |
| XYZ | 45.06 | 52.72 | 14.46 | - |
| YUV | 183.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 75 | 0 | 0.02 | 0.62 | 0.22 | 58.56 | 0.53 | 0.54 |
| Hex | C8 | C5 | 4B | 0 | 2 | 3E | 16 | 3B | 35 | 36 |
| Octal | 310 | 305 | 113 | 0 | 2 | 76 | 26 | 73 | 65 | 66 |
| Binary | 11001000 | 11000101 | 1001011 | 0 | 10 | 111110 | 10110 | 111011 | 110101 | 110110 |
Color Harmonies of #C8C54B
Complementary color
Monochromatic Colors of #C8C54B
Black with #C8C54B
Text Example
Text Example
White with #C8C54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C54B; }
p { color: rgb(200,197,75); }
H1.HeaderClassName
{
color: #C8C54B;
}
.AnyTagClassName
{
color: #C8C54B;
}
</style>
background-color css
<style>
a { background-color: #C8C54B; }
a { background-color: rgb(200,197,75); }
div.DivClassName
{
background-color: #C8C54B;
}
.BgClassName
{
background-color: #C8C54B;
}
</style>
border-color css
<style>
span { border-color: #C8C54B; }
span { border-color: rgb(200,197,75); }
td.TdClassName
{
border-color: #C8C54B;
}
.TagClassName
{
border-color: #C8C54B;
}
</style>