Shades of Celery #C1C253
Tints of Celery #C1C253
RGB
CMYK
RGB Variations
Color information
#C1C253 (or 0xC1C253) is known color: Celery. HEX triplet: C1, C2 and 53. RGB value is (193,194,83). Sum of RGB (Red+Green+Blue) = 193+194+83=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 83 (32.81% from 255 or 17.66% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C253 is #3E3DAC. Grayscale: #B5B5B5. Windows color (decimal): -4079021 or 5489345. OLE color: 5489345.
HSL color Cylindrical-coordinate representation of color #C1C253: hue angle of 60.54º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1C253 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 194 | 83 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.24 |
| HSL | 60.54º | 0.48% | 0.54% | - |
| HSV(B) | 60.54º | 0.57% | 0.76% | - |
| XYZ | 42.85 | 50.55 | 15.68 | - |
| YUV | 181.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 194 | 83 | 0.01 | 0 | 0.57 | 0.24 | 60.54 | 0.48 | 0.54 |
| Hex | C1 | C2 | 53 | 1 | 0 | 39 | 18 | 3D | 30 | 36 |
| Octal | 301 | 302 | 123 | 1 | 0 | 71 | 30 | 75 | 60 | 66 |
| Binary | 11000001 | 11000010 | 1010011 | 1 | 0 | 111001 | 11000 | 111101 | 110000 | 110110 |
Color Harmonies of #C1C253
Complementary color
Monochromatic Colors of #C1C253
Black with #C1C253
Text Example
Text Example
White with #C1C253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C253; }
p { color: rgb(193,194,83); }
H1.HeaderClassName
{
color: #C1C253;
}
.AnyTagClassName
{
color: #C1C253;
}
</style>
background-color css
<style>
a { background-color: #C1C253; }
a { background-color: rgb(193,194,83); }
div.DivClassName
{
background-color: #C1C253;
}
.BgClassName
{
background-color: #C1C253;
}
</style>
border-color css
<style>
span { border-color: #C1C253; }
span { border-color: rgb(193,194,83); }
td.TdClassName
{
border-color: #C1C253;
}
.TagClassName
{
border-color: #C1C253;
}
</style>