Shades of Celery #C1C048
Tints of Celery #C1C048
RGB
CMYK
RGB Variations
Color information
#C1C048 (or 0xC1C048) is known color: Celery. HEX triplet: C1, C0 and 48. RGB value is (193,192,72). Sum of RGB (Red+Green+Blue) = 193+192+72=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C048 is #3E3FB7. Grayscale: #B3B3B3. Windows color (decimal): -4079544 or 4767937. OLE color: 4767937.
HSL color Cylindrical-coordinate representation of color #C1C048: hue angle of 59.5º degrees, saturation: 0.49, 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 #C1C048 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 72 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.24 |
| HSL | 59.5º | 0.49% | 0.52% | - |
| HSV(B) | 59.5º | 0.63% | 0.76% | - |
| XYZ | 42.01 | 49.5 | 13.47 | - |
| YUV | 178.62 | 67.83 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 72 | 0 | 0.01 | 0.63 | 0.24 | 59.5 | 0.49 | 0.52 |
| Hex | C1 | C0 | 48 | 0 | 1 | 3F | 18 | 3C | 31 | 34 |
| Octal | 301 | 300 | 110 | 0 | 1 | 77 | 30 | 74 | 61 | 64 |
| Binary | 11000001 | 11000000 | 1001000 | 0 | 1 | 111111 | 11000 | 111100 | 110001 | 110100 |
Color Harmonies of #C1C048
Complementary color
Monochromatic Colors of #C1C048
Black with #C1C048
Text Example
Text Example
White with #C1C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C048; }
p { color: rgb(193,192,72); }
H1.HeaderClassName
{
color: #C1C048;
}
.AnyTagClassName
{
color: #C1C048;
}
</style>
background-color css
<style>
a { background-color: #C1C048; }
a { background-color: rgb(193,192,72); }
div.DivClassName
{
background-color: #C1C048;
}
.BgClassName
{
background-color: #C1C048;
}
</style>
border-color css
<style>
span { border-color: #C1C048; }
span { border-color: rgb(193,192,72); }
td.TdClassName
{
border-color: #C1C048;
}
.TagClassName
{
border-color: #C1C048;
}
</style>