Shades of Celery #C5C147
Tints of Celery #C5C147
RGB
CMYK
RGB Variations
Color information
#C5C147 (or 0xC5C147) is known color: Celery. HEX triplet: C5, C1 and 47. RGB value is (197,193,71). Sum of RGB (Red+Green+Blue) = 197+193+71=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 71 (28.12% from 255 or 15.40% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C147 is #3A3EB8. Grayscale: #B4B4B4. Windows color (decimal): -3817145 or 4702661. OLE color: 4702661.
HSL color Cylindrical-coordinate representation of color #C5C147: hue angle of 58.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5C147 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 71 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.23 |
| HSL | 58.1º | 0.52% | 0.53% | - |
| HSV(B) | 58.1º | 0.64% | 0.77% | - |
| XYZ | 43.23 | 50.47 | 13.42 | - |
| YUV | 180.29 | 66.33 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 71 | 0 | 0.02 | 0.64 | 0.23 | 58.1 | 0.52 | 0.53 |
| Hex | C5 | C1 | 47 | 0 | 2 | 40 | 17 | 3A | 34 | 35 |
| Octal | 305 | 301 | 107 | 0 | 2 | 100 | 27 | 72 | 64 | 65 |
| Binary | 11000101 | 11000001 | 1000111 | 0 | 10 | 1000000 | 10111 | 111010 | 110100 | 110101 |
Color Harmonies of #C5C147
Complementary color
Monochromatic Colors of #C5C147
Black with #C5C147
Text Example
Text Example
White with #C5C147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C147; }
p { color: rgb(197,193,71); }
H1.HeaderClassName
{
color: #C5C147;
}
.AnyTagClassName
{
color: #C5C147;
}
</style>
background-color css
<style>
a { background-color: #C5C147; }
a { background-color: rgb(197,193,71); }
div.DivClassName
{
background-color: #C5C147;
}
.BgClassName
{
background-color: #C5C147;
}
</style>
border-color css
<style>
span { border-color: #C5C147; }
span { border-color: rgb(197,193,71); }
td.TdClassName
{
border-color: #C5C147;
}
.TagClassName
{
border-color: #C5C147;
}
</style>