Shades of Celery #C3C050
Tints of Celery #C3C050
RGB
CMYK
RGB Variations
Color information
#C3C050 (or 0xC3C050) is known color: Celery. HEX triplet: C3, C0 and 50. RGB value is (195,192,80). Sum of RGB (Red+Green+Blue) = 195+192+80=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C050 is #3C3FAF. Grayscale: #B4B4B4. Windows color (decimal): -3948464 or 5292227. OLE color: 5292227.
HSL color Cylindrical-coordinate representation of color #C3C050: hue angle of 58.43º 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 #C3C050 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 80 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.24 |
| HSL | 58.43º | 0.49% | 0.54% | - |
| HSV(B) | 58.43º | 0.59% | 0.76% | - |
| XYZ | 42.8 | 49.88 | 14.96 | - |
| YUV | 180.13 | 71.49 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 80 | 0 | 0.02 | 0.59 | 0.24 | 58.43 | 0.49 | 0.54 |
| Hex | C3 | C0 | 50 | 0 | 2 | 3B | 18 | 3A | 31 | 36 |
| Octal | 303 | 300 | 120 | 0 | 2 | 73 | 30 | 72 | 61 | 66 |
| Binary | 11000011 | 11000000 | 1010000 | 0 | 10 | 111011 | 11000 | 111010 | 110001 | 110110 |
Color Harmonies of #C3C050
Complementary color
Monochromatic Colors of #C3C050
Black with #C3C050
Text Example
Text Example
White with #C3C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C050; }
p { color: rgb(195,192,80); }
H1.HeaderClassName
{
color: #C3C050;
}
.AnyTagClassName
{
color: #C3C050;
}
</style>
background-color css
<style>
a { background-color: #C3C050; }
a { background-color: rgb(195,192,80); }
div.DivClassName
{
background-color: #C3C050;
}
.BgClassName
{
background-color: #C3C050;
}
</style>
border-color css
<style>
span { border-color: #C3C050; }
span { border-color: rgb(195,192,80); }
td.TdClassName
{
border-color: #C3C050;
}
.TagClassName
{
border-color: #C3C050;
}
</style>