Shades of Celery #C4C048
Tints of Celery #C4C048
RGB
CMYK
RGB Variations
Color information
#C4C048 (or 0xC4C048) is known color: Celery. HEX triplet: C4, C0 and 48. RGB value is (196,192,72). Sum of RGB (Red+Green+Blue) = 196+192+72=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C048 is #3B3FB7. Grayscale: #B3B3B3. Windows color (decimal): -3882936 or 4767940. OLE color: 4767940.
HSL color Cylindrical-coordinate representation of color #C4C048: hue angle of 58.06º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4C048 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 72 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.23 |
| HSL | 58.06º | 0.51% | 0.53% | - |
| HSV(B) | 58.06º | 0.63% | 0.77% | - |
| XYZ | 42.78 | 49.9 | 13.51 | - |
| YUV | 179.52 | 67.33 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 72 | 0 | 0.02 | 0.63 | 0.23 | 58.06 | 0.51 | 0.53 |
| Hex | C4 | C0 | 48 | 0 | 2 | 3F | 17 | 3A | 33 | 35 |
| Octal | 304 | 300 | 110 | 0 | 2 | 77 | 27 | 72 | 63 | 65 |
| Binary | 11000100 | 11000000 | 1001000 | 0 | 10 | 111111 | 10111 | 111010 | 110011 | 110101 |
Color Harmonies of #C4C048
Complementary color
Monochromatic Colors of #C4C048
Black with #C4C048
Text Example
Text Example
White with #C4C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C048; }
p { color: rgb(196,192,72); }
H1.HeaderClassName
{
color: #C4C048;
}
.AnyTagClassName
{
color: #C4C048;
}
</style>
background-color css
<style>
a { background-color: #C4C048; }
a { background-color: rgb(196,192,72); }
div.DivClassName
{
background-color: #C4C048;
}
.BgClassName
{
background-color: #C4C048;
}
</style>
border-color css
<style>
span { border-color: #C4C048; }
span { border-color: rgb(196,192,72); }
td.TdClassName
{
border-color: #C4C048;
}
.TagClassName
{
border-color: #C4C048;
}
</style>