Shades of Wattle #C2C23C
Tints of Wattle #C2C23C
RGB
CMYK
RGB Variations
Color information
#C2C23C (or 0xC2C23C) is known color: Wattle. HEX triplet: C2, C2 and 3C. RGB value is (194,194,60). Sum of RGB (Red+Green+Blue) = 194+194+60=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C23C is #3D3DC3. Grayscale: #B3B3B3. Windows color (decimal): -4013508 or 3982018. OLE color: 3982018.
HSL color Cylindrical-coordinate representation of color #C2C23C: hue angle of 60º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2C23C is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 194 | 60 | - |
| CMYK | 0 | 0 | 0.69 | 0.24 |
| HSL | 60º | 0.53% | 0.5% | - |
| HSV(B) | 60º | 0.69% | 0.76% | - |
| XYZ | 42.36 | 50.38 | 11.77 | - |
| YUV | 178.72 | 61 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 194 | 60 | 0 | 0 | 0.69 | 0.24 | 60 | 0.53 | 0.5 |
| Hex | C2 | C2 | 3C | 0 | 0 | 45 | 18 | 3C | 35 | 32 |
| Octal | 302 | 302 | 74 | 0 | 0 | 105 | 30 | 74 | 65 | 62 |
| Binary | 11000010 | 11000010 | 111100 | 0 | 0 | 1000101 | 11000 | 111100 | 110101 | 110010 |
Color Harmonies of #C2C23C
Complementary color
Monochromatic Colors of #C2C23C
Black with #C2C23C
Text Example
Text Example
White with #C2C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C23C; }
p { color: rgb(194,194,60); }
H1.HeaderClassName
{
color: #C2C23C;
}
.AnyTagClassName
{
color: #C2C23C;
}
</style>
background-color css
<style>
a { background-color: #C2C23C; }
a { background-color: rgb(194,194,60); }
div.DivClassName
{
background-color: #C2C23C;
}
.BgClassName
{
background-color: #C2C23C;
}
</style>
border-color css
<style>
span { border-color: #C2C23C; }
span { border-color: rgb(194,194,60); }
td.TdClassName
{
border-color: #C2C23C;
}
.TagClassName
{
border-color: #C2C23C;
}
</style>