Shades of Celery #C2C147
Tints of Celery #C2C147
RGB
CMYK
RGB Variations
Color information
#C2C147 (or 0xC2C147) is known color: Celery. HEX triplet: C2, C1 and 47. RGB value is (194,193,71). Sum of RGB (Red+Green+Blue) = 194+193+71=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C147 is #3D3EB8. Grayscale: #B3B3B3. Windows color (decimal): -4013753 or 4702658. OLE color: 4702658.
HSL color Cylindrical-coordinate representation of color #C2C147: hue angle of 59.51º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2C147 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 193 | 71 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.24 |
| HSL | 59.51º | 0.5% | 0.52% | - |
| HSV(B) | 59.51º | 0.63% | 0.76% | - |
| XYZ | 42.46 | 50.06 | 13.39 | - |
| YUV | 179.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 71 | 0 | 0.01 | 0.63 | 0.24 | 59.51 | 0.5 | 0.52 |
| Hex | C2 | C1 | 47 | 0 | 1 | 3F | 18 | 3C | 32 | 34 |
| Octal | 302 | 301 | 107 | 0 | 1 | 77 | 30 | 74 | 62 | 64 |
| Binary | 11000010 | 11000001 | 1000111 | 0 | 1 | 111111 | 11000 | 111100 | 110010 | 110100 |
Color Harmonies of #C2C147
Complementary color
Monochromatic Colors of #C2C147
Black with #C2C147
Text Example
Text Example
White with #C2C147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C147; }
p { color: rgb(194,193,71); }
H1.HeaderClassName
{
color: #C2C147;
}
.AnyTagClassName
{
color: #C2C147;
}
</style>
background-color css
<style>
a { background-color: #C2C147; }
a { background-color: rgb(194,193,71); }
div.DivClassName
{
background-color: #C2C147;
}
.BgClassName
{
background-color: #C2C147;
}
</style>
border-color css
<style>
span { border-color: #C2C147; }
span { border-color: rgb(194,193,71); }
td.TdClassName
{
border-color: #C2C147;
}
.TagClassName
{
border-color: #C2C147;
}
</style>