Shades of Celery #C2C044
Tints of Celery #C2C044
RGB
CMYK
RGB Variations
Color information
#C2C044 (or 0xC2C044) is known color: Celery. HEX triplet: C2, C0 and 44. RGB value is (194,192,68). Sum of RGB (Red+Green+Blue) = 194+192+68=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 68 (26.95% from 255 or 14.98% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C044 is #3D3FBB. Grayscale: #B2B2B2. Windows color (decimal): -4014012 or 4505794. OLE color: 4505794.
HSL color Cylindrical-coordinate representation of color #C2C044: hue angle of 59.05º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2C044 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 68 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.24 |
| HSL | 59.05º | 0.51% | 0.51% | - |
| HSV(B) | 59.05º | 0.65% | 0.76% | - |
| XYZ | 42.14 | 49.59 | 12.82 | - |
| YUV | 178.46 | 65.66 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 68 | 0 | 0.01 | 0.65 | 0.24 | 59.05 | 0.51 | 0.51 |
| Hex | C2 | C0 | 44 | 0 | 1 | 41 | 18 | 3B | 33 | 33 |
| Octal | 302 | 300 | 104 | 0 | 1 | 101 | 30 | 73 | 63 | 63 |
| Binary | 11000010 | 11000000 | 1000100 | 0 | 1 | 1000001 | 11000 | 111011 | 110011 | 110011 |
Color Harmonies of #C2C044
Complementary color
Monochromatic Colors of #C2C044
Black with #C2C044
Text Example
Text Example
White with #C2C044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C044; }
p { color: rgb(194,192,68); }
H1.HeaderClassName
{
color: #C2C044;
}
.AnyTagClassName
{
color: #C2C044;
}
</style>
background-color css
<style>
a { background-color: #C2C044; }
a { background-color: rgb(194,192,68); }
div.DivClassName
{
background-color: #C2C044;
}
.BgClassName
{
background-color: #C2C044;
}
</style>
border-color css
<style>
span { border-color: #C2C044; }
span { border-color: rgb(194,192,68); }
td.TdClassName
{
border-color: #C2C044;
}
.TagClassName
{
border-color: #C2C044;
}
</style>