Shades of Celery #C1C054
Tints of Celery #C1C054
RGB
CMYK
RGB Variations
Color information
#C1C054 (or 0xC1C054) is known color: Celery. HEX triplet: C1, C0 and 54. RGB value is (193,192,84). Sum of RGB (Red+Green+Blue) = 193+192+84=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C054 is #3E3FAB. Grayscale: #B4B4B4. Windows color (decimal): -4079532 or 5554369. OLE color: 5554369.
HSL color Cylindrical-coordinate representation of color #C1C054: hue angle of 59.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1C054 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 84 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.24 |
| HSL | 59.45º | 0.47% | 0.54% | - |
| HSV(B) | 59.45º | 0.56% | 0.76% | - |
| XYZ | 42.44 | 49.68 | 15.74 | - |
| YUV | 179.99 | 73.83 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 84 | 0 | 0.01 | 0.56 | 0.24 | 59.45 | 0.47 | 0.54 |
| Hex | C1 | C0 | 54 | 0 | 1 | 38 | 18 | 3B | 2F | 36 |
| Octal | 301 | 300 | 124 | 0 | 1 | 70 | 30 | 73 | 57 | 66 |
| Binary | 11000001 | 11000000 | 1010100 | 0 | 1 | 111000 | 11000 | 111011 | 101111 | 110110 |
Color Harmonies of #C1C054
Complementary color
Monochromatic Colors of #C1C054
Black with #C1C054
Text Example
Text Example
White with #C1C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C054; }
p { color: rgb(193,192,84); }
H1.HeaderClassName
{
color: #C1C054;
}
.AnyTagClassName
{
color: #C1C054;
}
</style>
background-color css
<style>
a { background-color: #C1C054; }
a { background-color: rgb(193,192,84); }
div.DivClassName
{
background-color: #C1C054;
}
.BgClassName
{
background-color: #C1C054;
}
</style>
border-color css
<style>
span { border-color: #C1C054; }
span { border-color: rgb(193,192,84); }
td.TdClassName
{
border-color: #C1C054;
}
.TagClassName
{
border-color: #C1C054;
}
</style>