Shades of Wattle #C5C233
Tints of Wattle #C5C233
RGB
CMYK
RGB Variations
Color information
#C5C233 (or 0xC5C233) is known color: Wattle. HEX triplet: C5, C2 and 33. RGB value is (197,194,51). Sum of RGB (Red+Green+Blue) = 197+194+51=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C233 is #3A3DCC. Grayscale: #B3B3B3. Windows color (decimal): -3816909 or 3392197. OLE color: 3392197.
HSL color Cylindrical-coordinate representation of color #C5C233: hue angle of 58.77º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5C233 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 51 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.23 |
| HSL | 58.77º | 0.59% | 0.49% | - |
| HSV(B) | 58.77º | 0.74% | 0.77% | - |
| XYZ | 42.92 | 50.69 | 10.65 | - |
| YUV | 178.6 | 55.99 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 51 | 0 | 0.02 | 0.74 | 0.23 | 58.77 | 0.59 | 0.49 |
| Hex | C5 | C2 | 33 | 0 | 2 | 4A | 17 | 3B | 3B | 31 |
| Octal | 305 | 302 | 63 | 0 | 2 | 112 | 27 | 73 | 73 | 61 |
| Binary | 11000101 | 11000010 | 110011 | 0 | 10 | 1001010 | 10111 | 111011 | 111011 | 110001 |
Color Harmonies of #C5C233
Complementary color
Monochromatic Colors of #C5C233
Black with #C5C233
Text Example
Text Example
White with #C5C233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C233; }
p { color: rgb(197,194,51); }
H1.HeaderClassName
{
color: #C5C233;
}
.AnyTagClassName
{
color: #C5C233;
}
</style>
background-color css
<style>
a { background-color: #C5C233; }
a { background-color: rgb(197,194,51); }
div.DivClassName
{
background-color: #C5C233;
}
.BgClassName
{
background-color: #C5C233;
}
</style>
border-color css
<style>
span { border-color: #C5C233; }
span { border-color: rgb(197,194,51); }
td.TdClassName
{
border-color: #C5C233;
}
.TagClassName
{
border-color: #C5C233;
}
</style>