Shades of Wattle #C8C33B
Tints of Wattle #C8C33B
RGB
CMYK
RGB Variations
Color information
#C8C33B (or 0xC8C33B) is known color: Wattle. HEX triplet: C8, C3 and 3B. RGB value is (200,195,59). Sum of RGB (Red+Green+Blue) = 200+195+59=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 59 (23.44% from 255 or 13.00% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C33B is #373CC4. Grayscale: #B5B5B5. Windows color (decimal): -3620037 or 3916744. OLE color: 3916744.
HSL color Cylindrical-coordinate representation of color #C8C33B: hue angle of 57.87º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8C33B is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 59 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.22 |
| HSL | 57.87º | 0.56% | 0.51% | - |
| HSV(B) | 57.87º | 0.71% | 0.78% | - |
| XYZ | 44.12 | 51.63 | 11.78 | - |
| YUV | 180.99 | 59.16 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 59 | 0 | 0.02 | 0.70 | 0.22 | 57.87 | 0.56 | 0.51 |
| Hex | C8 | C3 | 3B | 0 | 2 | 46 | 16 | 3A | 38 | 33 |
| Octal | 310 | 303 | 73 | 0 | 2 | 106 | 26 | 72 | 70 | 63 |
| Binary | 11001000 | 11000011 | 111011 | 0 | 10 | 1000110 | 10110 | 111010 | 111000 | 110011 |
Color Harmonies of #C8C33B
Complementary color
Monochromatic Colors of #C8C33B
Black with #C8C33B
Text Example
Text Example
White with #C8C33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C33B; }
p { color: rgb(200,195,59); }
H1.HeaderClassName
{
color: #C8C33B;
}
.AnyTagClassName
{
color: #C8C33B;
}
</style>
background-color css
<style>
a { background-color: #C8C33B; }
a { background-color: rgb(200,195,59); }
div.DivClassName
{
background-color: #C8C33B;
}
.BgClassName
{
background-color: #C8C33B;
}
</style>
border-color css
<style>
span { border-color: #C8C33B; }
span { border-color: rgb(200,195,59); }
td.TdClassName
{
border-color: #C8C33B;
}
.TagClassName
{
border-color: #C8C33B;
}
</style>