Shades of Wattle #C8C33C
Tints of Wattle #C8C33C
RGB
CMYK
RGB Variations
Color information
#C8C33C (or 0xC8C33C) is known color: Wattle. HEX triplet: C8, C3 and 3C. RGB value is (200,195,60). Sum of RGB (Red+Green+Blue) = 200+195+60=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C33C is #373CC3. Grayscale: #B5B5B5. Windows color (decimal): -3620036 or 3982280. OLE color: 3982280.
HSL color Cylindrical-coordinate representation of color #C8C33C: hue angle of 57.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8C33C is Cyan = 0, Magento = 0.02, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 60 | - |
| CMYK | 0 | 0.02 | 0.7 | 0.22 |
| HSL | 57.86º | 0.56% | 0.51% | - |
| HSV(B) | 57.86º | 0.7% | 0.78% | - |
| XYZ | 44.15 | 51.64 | 11.91 | - |
| YUV | 181.11 | 59.66 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 60 | 0 | 0.02 | 0.7 | 0.22 | 57.86 | 0.56 | 0.51 |
| Hex | C8 | C3 | 3C | 0 | 2 | 46 | 16 | 3A | 38 | 33 |
| Octal | 310 | 303 | 74 | 0 | 2 | 106 | 26 | 72 | 70 | 63 |
| Binary | 11001000 | 11000011 | 111100 | 0 | 10 | 1000110 | 10110 | 111010 | 111000 | 110011 |
Color Harmonies of #C8C33C
Complementary color
Monochromatic Colors of #C8C33C
Black with #C8C33C
Text Example
Text Example
White with #C8C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C33C; }
p { color: rgb(200,195,60); }
H1.HeaderClassName
{
color: #C8C33C;
}
.AnyTagClassName
{
color: #C8C33C;
}
</style>
background-color css
<style>
a { background-color: #C8C33C; }
a { background-color: rgb(200,195,60); }
div.DivClassName
{
background-color: #C8C33C;
}
.BgClassName
{
background-color: #C8C33C;
}
</style>
border-color css
<style>
span { border-color: #C8C33C; }
span { border-color: rgb(200,195,60); }
td.TdClassName
{
border-color: #C8C33C;
}
.TagClassName
{
border-color: #C8C33C;
}
</style>