Shades of Wattle #C8C533
Tints of Wattle #C8C533
RGB
CMYK
RGB Variations
Color information
#C8C533 (or 0xC8C533) is known color: Wattle. HEX triplet: C8, C5 and 33. RGB value is (200,197,51). Sum of RGB (Red+Green+Blue) = 200+197+51=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C533 is #373ACC. Grayscale: #B5B5B5. Windows color (decimal): -3619533 or 3392968. OLE color: 3392968.
HSL color Cylindrical-coordinate representation of color #C8C533: hue angle of 58.79º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8C533 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 51 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.22 |
| HSL | 58.79º | 0.59% | 0.49% | - |
| HSV(B) | 58.79º | 0.75% | 0.78% | - |
| XYZ | 44.38 | 52.45 | 10.92 | - |
| YUV | 181.25 | 54.49 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 51 | 0 | 0.02 | 0.74 | 0.22 | 58.79 | 0.59 | 0.49 |
| Hex | C8 | C5 | 33 | 0 | 2 | 4A | 16 | 3B | 3B | 31 |
| Octal | 310 | 305 | 63 | 0 | 2 | 112 | 26 | 73 | 73 | 61 |
| Binary | 11001000 | 11000101 | 110011 | 0 | 10 | 1001010 | 10110 | 111011 | 111011 | 110001 |
Color Harmonies of #C8C533
Complementary color
Monochromatic Colors of #C8C533
Black with #C8C533
Text Example
Text Example
White with #C8C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C533; }
p { color: rgb(200,197,51); }
H1.HeaderClassName
{
color: #C8C533;
}
.AnyTagClassName
{
color: #C8C533;
}
</style>
background-color css
<style>
a { background-color: #C8C533; }
a { background-color: rgb(200,197,51); }
div.DivClassName
{
background-color: #C8C533;
}
.BgClassName
{
background-color: #C8C533;
}
</style>
border-color css
<style>
span { border-color: #C8C533; }
span { border-color: rgb(200,197,51); }
td.TdClassName
{
border-color: #C8C533;
}
.TagClassName
{
border-color: #C8C533;
}
</style>