Shades of Celery #C2C040
Tints of Celery #C2C040
RGB
CMYK
RGB Variations
Color information
#C2C040 (or 0xC2C040) is known color: Celery. HEX triplet: C2, C0 and 40. RGB value is (194,192,64). Sum of RGB (Red+Green+Blue) = 194+192+64=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C040 is #3D3FBF. Grayscale: #B2B2B2. Windows color (decimal): -4014016 or 4243650. OLE color: 4243650.
HSL color Cylindrical-coordinate representation of color #C2C040: hue angle of 59.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2C040 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 64 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.24 |
| HSL | 59.08º | 0.52% | 0.51% | - |
| HSV(B) | 59.08º | 0.67% | 0.76% | - |
| XYZ | 42.02 | 49.54 | 12.2 | - |
| YUV | 178.01 | 63.66 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 64 | 0 | 0.01 | 0.67 | 0.24 | 59.08 | 0.52 | 0.51 |
| Hex | C2 | C0 | 40 | 0 | 1 | 43 | 18 | 3B | 34 | 33 |
| Octal | 302 | 300 | 100 | 0 | 1 | 103 | 30 | 73 | 64 | 63 |
| Binary | 11000010 | 11000000 | 1000000 | 0 | 1 | 1000011 | 11000 | 111011 | 110100 | 110011 |
Color Harmonies of #C2C040
Complementary color
Monochromatic Colors of #C2C040
Black with #C2C040
Text Example
Text Example
White with #C2C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C040; }
p { color: rgb(194,192,64); }
H1.HeaderClassName
{
color: #C2C040;
}
.AnyTagClassName
{
color: #C2C040;
}
</style>
background-color css
<style>
a { background-color: #C2C040; }
a { background-color: rgb(194,192,64); }
div.DivClassName
{
background-color: #C2C040;
}
.BgClassName
{
background-color: #C2C040;
}
</style>
border-color css
<style>
span { border-color: #C2C040; }
span { border-color: rgb(194,192,64); }
td.TdClassName
{
border-color: #C2C040;
}
.TagClassName
{
border-color: #C2C040;
}
</style>