Shades of Celery #C2C050
Tints of Celery #C2C050
RGB
CMYK
RGB Variations
Color information
#C2C050 (or 0xC2C050) is known color: Celery. HEX triplet: C2, C0 and 50. RGB value is (194,192,80). Sum of RGB (Red+Green+Blue) = 194+192+80=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C050 is #3D3FAF. Grayscale: #B4B4B4. Windows color (decimal): -4014000 or 5292226. OLE color: 5292226.
HSL color Cylindrical-coordinate representation of color #C2C050: hue angle of 58.95º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2C050 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 80 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.24 |
| HSL | 58.95º | 0.48% | 0.54% | - |
| HSV(B) | 58.95º | 0.59% | 0.76% | - |
| XYZ | 42.55 | 49.75 | 14.95 | - |
| YUV | 179.83 | 71.66 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 80 | 0 | 0.01 | 0.59 | 0.24 | 58.95 | 0.48 | 0.54 |
| Hex | C2 | C0 | 50 | 0 | 1 | 3B | 18 | 3B | 30 | 36 |
| Octal | 302 | 300 | 120 | 0 | 1 | 73 | 30 | 73 | 60 | 66 |
| Binary | 11000010 | 11000000 | 1010000 | 0 | 1 | 111011 | 11000 | 111011 | 110000 | 110110 |
Color Harmonies of #C2C050
Complementary color
Monochromatic Colors of #C2C050
Black with #C2C050
Text Example
Text Example
White with #C2C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C050; }
p { color: rgb(194,192,80); }
H1.HeaderClassName
{
color: #C2C050;
}
.AnyTagClassName
{
color: #C2C050;
}
</style>
background-color css
<style>
a { background-color: #C2C050; }
a { background-color: rgb(194,192,80); }
div.DivClassName
{
background-color: #C2C050;
}
.BgClassName
{
background-color: #C2C050;
}
</style>
border-color css
<style>
span { border-color: #C2C050; }
span { border-color: rgb(194,192,80); }
td.TdClassName
{
border-color: #C2C050;
}
.TagClassName
{
border-color: #C2C050;
}
</style>