Shades of Celery #C1C045
Tints of Celery #C1C045
RGB
CMYK
RGB Variations
Color information
#C1C045 (or 0xC1C045) is known color: Celery. HEX triplet: C1, C0 and 45. RGB value is (193,192,69). Sum of RGB (Red+Green+Blue) = 193+192+69=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C045 is #3E3FBA. Grayscale: #B2B2B2. Windows color (decimal): -4079547 or 4571329. OLE color: 4571329.
HSL color Cylindrical-coordinate representation of color #C1C045: hue angle of 59.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1C045 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 69 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.24 |
| HSL | 59.52º | 0.5% | 0.51% | - |
| HSV(B) | 59.52º | 0.64% | 0.76% | - |
| XYZ | 41.92 | 49.47 | 12.97 | - |
| YUV | 178.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 69 | 0 | 0.01 | 0.64 | 0.24 | 59.52 | 0.5 | 0.51 |
| Hex | C1 | C0 | 45 | 0 | 1 | 40 | 18 | 3C | 32 | 33 |
| Octal | 301 | 300 | 105 | 0 | 1 | 100 | 30 | 74 | 62 | 63 |
| Binary | 11000001 | 11000000 | 1000101 | 0 | 1 | 1000000 | 11000 | 111100 | 110010 | 110011 |
Color Harmonies of #C1C045
Complementary color
Monochromatic Colors of #C1C045
Black with #C1C045
Text Example
Text Example
White with #C1C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C045; }
p { color: rgb(193,192,69); }
H1.HeaderClassName
{
color: #C1C045;
}
.AnyTagClassName
{
color: #C1C045;
}
</style>
background-color css
<style>
a { background-color: #C1C045; }
a { background-color: rgb(193,192,69); }
div.DivClassName
{
background-color: #C1C045;
}
.BgClassName
{
background-color: #C1C045;
}
</style>
border-color css
<style>
span { border-color: #C1C045; }
span { border-color: rgb(193,192,69); }
td.TdClassName
{
border-color: #C1C045;
}
.TagClassName
{
border-color: #C1C045;
}
</style>