Shades of Celery #C5C047
Tints of Celery #C5C047
RGB
CMYK
RGB Variations
Color information
#C5C047 (or 0xC5C047) is known color: Celery. HEX triplet: C5, C0 and 47. RGB value is (197,192,71). Sum of RGB (Red+Green+Blue) = 197+192+71=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 71 (28.12% from 255 or 15.43% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C047 is #3A3FB8. Grayscale: #B4B4B4. Windows color (decimal): -3817401 or 4702405. OLE color: 4702405.
HSL color Cylindrical-coordinate representation of color #C5C047: hue angle of 57.62º 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 #C5C047 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 71 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.23 |
| HSL | 57.62º | 0.52% | 0.53% | - |
| HSV(B) | 57.62º | 0.64% | 0.77% | - |
| XYZ | 43.01 | 50.02 | 13.35 | - |
| YUV | 179.7 | 66.66 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 71 | 0 | 0.03 | 0.64 | 0.23 | 57.62 | 0.52 | 0.53 |
| Hex | C5 | C0 | 47 | 0 | 3 | 40 | 17 | 3A | 34 | 35 |
| Octal | 305 | 300 | 107 | 0 | 3 | 100 | 27 | 72 | 64 | 65 |
| Binary | 11000101 | 11000000 | 1000111 | 0 | 11 | 1000000 | 10111 | 111010 | 110100 | 110101 |
Color Harmonies of #C5C047
Complementary color
Monochromatic Colors of #C5C047
Black with #C5C047
Text Example
Text Example
White with #C5C047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C047; }
p { color: rgb(197,192,71); }
H1.HeaderClassName
{
color: #C5C047;
}
.AnyTagClassName
{
color: #C5C047;
}
</style>
background-color css
<style>
a { background-color: #C5C047; }
a { background-color: rgb(197,192,71); }
div.DivClassName
{
background-color: #C5C047;
}
.BgClassName
{
background-color: #C5C047;
}
</style>
border-color css
<style>
span { border-color: #C5C047; }
span { border-color: rgb(197,192,71); }
td.TdClassName
{
border-color: #C5C047;
}
.TagClassName
{
border-color: #C5C047;
}
</style>