Shades of Celery #C2C054
Tints of Celery #C2C054
RGB
CMYK
RGB Variations
Color information
#C2C054 (or 0xC2C054) is known color: Celery. HEX triplet: C2, C0 and 54. RGB value is (194,192,84). Sum of RGB (Red+Green+Blue) = 194+192+84=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C054 is #3D3FAB. Grayscale: #B4B4B4. Windows color (decimal): -4013996 or 5554370. OLE color: 5554370.
HSL color Cylindrical-coordinate representation of color #C2C054: hue angle of 58.91º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2C054 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 84 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.24 |
| HSL | 58.91º | 0.47% | 0.55% | - |
| HSV(B) | 58.91º | 0.57% | 0.76% | - |
| XYZ | 42.7 | 49.81 | 15.75 | - |
| YUV | 180.29 | 73.66 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 84 | 0 | 0.01 | 0.57 | 0.24 | 58.91 | 0.47 | 0.55 |
| Hex | C2 | C0 | 54 | 0 | 1 | 39 | 18 | 3B | 2F | 37 |
| Octal | 302 | 300 | 124 | 0 | 1 | 71 | 30 | 73 | 57 | 67 |
| Binary | 11000010 | 11000000 | 1010100 | 0 | 1 | 111001 | 11000 | 111011 | 101111 | 110111 |
Color Harmonies of #C2C054
Complementary color
Monochromatic Colors of #C2C054
Black with #C2C054
Text Example
Text Example
White with #C2C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C054; }
p { color: rgb(194,192,84); }
H1.HeaderClassName
{
color: #C2C054;
}
.AnyTagClassName
{
color: #C2C054;
}
</style>
background-color css
<style>
a { background-color: #C2C054; }
a { background-color: rgb(194,192,84); }
div.DivClassName
{
background-color: #C2C054;
}
.BgClassName
{
background-color: #C2C054;
}
</style>
border-color css
<style>
span { border-color: #C2C054; }
span { border-color: rgb(194,192,84); }
td.TdClassName
{
border-color: #C2C054;
}
.TagClassName
{
border-color: #C2C054;
}
</style>