Shades of Wattle #C2C237
Tints of Wattle #C2C237
RGB
CMYK
RGB Variations
Color information
#C2C237 (or 0xC2C237) is known color: Wattle. HEX triplet: C2, C2 and 37. RGB value is (194,194,55). Sum of RGB (Red+Green+Blue) = 194+194+55=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C237 is #3D3DC8. Grayscale: #B2B2B2. Windows color (decimal): -4013513 or 3654338. OLE color: 3654338.
HSL color Cylindrical-coordinate representation of color #C2C237: hue angle of 60º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2C237 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 194 | 55 | - |
| CMYK | 0 | 0 | 0.72 | 0.24 |
| HSL | 60º | 0.56% | 0.49% | - |
| HSV(B) | 60º | 0.72% | 0.76% | - |
| XYZ | 42.23 | 50.33 | 11.1 | - |
| YUV | 178.15 | 58.5 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 194 | 55 | 0 | 0 | 0.72 | 0.24 | 60 | 0.56 | 0.49 |
| Hex | C2 | C2 | 37 | 0 | 0 | 48 | 18 | 3C | 38 | 31 |
| Octal | 302 | 302 | 67 | 0 | 0 | 110 | 30 | 74 | 70 | 61 |
| Binary | 11000010 | 11000010 | 110111 | 0 | 0 | 1001000 | 11000 | 111100 | 111000 | 110001 |
Color Harmonies of #C2C237
Complementary color
Monochromatic Colors of #C2C237
Black with #C2C237
Text Example
Text Example
White with #C2C237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C237; }
p { color: rgb(194,194,55); }
H1.HeaderClassName
{
color: #C2C237;
}
.AnyTagClassName
{
color: #C2C237;
}
</style>
background-color css
<style>
a { background-color: #C2C237; }
a { background-color: rgb(194,194,55); }
div.DivClassName
{
background-color: #C2C237;
}
.BgClassName
{
background-color: #C2C237;
}
</style>
border-color css
<style>
span { border-color: #C2C237; }
span { border-color: rgb(194,194,55); }
td.TdClassName
{
border-color: #C2C237;
}
.TagClassName
{
border-color: #C2C237;
}
</style>