Shades of Celery #C3C04F
Tints of Celery #C3C04F
RGB
CMYK
RGB Variations
Color information
#C3C04F (or 0xC3C04F) is known color: Celery. HEX triplet: C3, C0 and 4F. RGB value is (195,192,79). Sum of RGB (Red+Green+Blue) = 195+192+79=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C04F is #3C3FB0. Grayscale: #B4B4B4. Windows color (decimal): -3948465 or 5226691. OLE color: 5226691.
HSL color Cylindrical-coordinate representation of color #C3C04F: hue angle of 58.45º degrees, saturation: 0.49, 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 #C3C04F is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 79 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.24 |
| HSL | 58.45º | 0.49% | 0.54% | - |
| HSV(B) | 58.45º | 0.59% | 0.76% | - |
| XYZ | 42.77 | 49.87 | 14.77 | - |
| YUV | 180.02 | 70.99 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 79 | 0 | 0.02 | 0.59 | 0.24 | 58.45 | 0.49 | 0.54 |
| Hex | C3 | C0 | 4F | 0 | 2 | 3B | 18 | 3A | 31 | 36 |
| Octal | 303 | 300 | 117 | 0 | 2 | 73 | 30 | 72 | 61 | 66 |
| Binary | 11000011 | 11000000 | 1001111 | 0 | 10 | 111011 | 11000 | 111010 | 110001 | 110110 |
Color Harmonies of #C3C04F
Complementary color
Monochromatic Colors of #C3C04F
Black with #C3C04F
Text Example
Text Example
White with #C3C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C04F; }
p { color: rgb(195,192,79); }
H1.HeaderClassName
{
color: #C3C04F;
}
.AnyTagClassName
{
color: #C3C04F;
}
</style>
background-color css
<style>
a { background-color: #C3C04F; }
a { background-color: rgb(195,192,79); }
div.DivClassName
{
background-color: #C3C04F;
}
.BgClassName
{
background-color: #C3C04F;
}
</style>
border-color css
<style>
span { border-color: #C3C04F; }
span { border-color: rgb(195,192,79); }
td.TdClassName
{
border-color: #C3C04F;
}
.TagClassName
{
border-color: #C3C04F;
}
</style>