Shades of Celery #C3C049
Tints of Celery #C3C049
RGB
CMYK
RGB Variations
Color information
#C3C049 (or 0xC3C049) is known color: Celery. HEX triplet: C3, C0 and 49. RGB value is (195,192,73). Sum of RGB (Red+Green+Blue) = 195+192+73=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C049 is #3C3FB6. Grayscale: #B3B3B3. Windows color (decimal): -3948471 or 4833475. OLE color: 4833475.
HSL color Cylindrical-coordinate representation of color #C3C049: hue angle of 58.52º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3C049 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 73 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.24 |
| HSL | 58.52º | 0.5% | 0.53% | - |
| HSV(B) | 58.52º | 0.63% | 0.76% | - |
| XYZ | 42.56 | 49.78 | 13.67 | - |
| YUV | 179.33 | 67.99 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 73 | 0 | 0.02 | 0.63 | 0.24 | 58.52 | 0.5 | 0.53 |
| Hex | C3 | C0 | 49 | 0 | 2 | 3F | 18 | 3B | 32 | 35 |
| Octal | 303 | 300 | 111 | 0 | 2 | 77 | 30 | 73 | 62 | 65 |
| Binary | 11000011 | 11000000 | 1001001 | 0 | 10 | 111111 | 11000 | 111011 | 110010 | 110101 |
Color Harmonies of #C3C049
Complementary color
Monochromatic Colors of #C3C049
Black with #C3C049
Text Example
Text Example
White with #C3C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C049; }
p { color: rgb(195,192,73); }
H1.HeaderClassName
{
color: #C3C049;
}
.AnyTagClassName
{
color: #C3C049;
}
</style>
background-color css
<style>
a { background-color: #C3C049; }
a { background-color: rgb(195,192,73); }
div.DivClassName
{
background-color: #C3C049;
}
.BgClassName
{
background-color: #C3C049;
}
</style>
border-color css
<style>
span { border-color: #C3C049; }
span { border-color: rgb(195,192,73); }
td.TdClassName
{
border-color: #C3C049;
}
.TagClassName
{
border-color: #C3C049;
}
</style>