Shades of Celery #C8C250
Tints of Celery #C8C250
RGB
CMYK
RGB Variations
Color information
#C8C250 (or 0xC8C250) is known color: Celery. HEX triplet: C8, C2 and 50. RGB value is (200,194,80). Sum of RGB (Red+Green+Blue) = 200+194+80=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C250 is #373DAF. Grayscale: #B7B7B7. Windows color (decimal): -3620272 or 5292744. OLE color: 5292744.
HSL color Cylindrical-coordinate representation of color #C8C250: hue angle of 57º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8C250 is Cyan = 0, Magento = 0.03, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 80 | - |
| CMYK | 0 | 0.03 | 0.6 | 0.22 |
| HSL | 57º | 0.52% | 0.55% | - |
| HSV(B) | 57º | 0.6% | 0.78% | - |
| XYZ | 44.56 | 51.44 | 15.17 | - |
| YUV | 182.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 80 | 0 | 0.03 | 0.6 | 0.22 | 57 | 0.52 | 0.55 |
| Hex | C8 | C2 | 50 | 0 | 3 | 3C | 16 | 39 | 34 | 37 |
| Octal | 310 | 302 | 120 | 0 | 3 | 74 | 26 | 71 | 64 | 67 |
| Binary | 11001000 | 11000010 | 1010000 | 0 | 11 | 111100 | 10110 | 111001 | 110100 | 110111 |
Color Harmonies of #C8C250
Complementary color
Monochromatic Colors of #C8C250
Black with #C8C250
Text Example
Text Example
White with #C8C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C250; }
p { color: rgb(200,194,80); }
H1.HeaderClassName
{
color: #C8C250;
}
.AnyTagClassName
{
color: #C8C250;
}
</style>
background-color css
<style>
a { background-color: #C8C250; }
a { background-color: rgb(200,194,80); }
div.DivClassName
{
background-color: #C8C250;
}
.BgClassName
{
background-color: #C8C250;
}
</style>
border-color css
<style>
span { border-color: #C8C250; }
span { border-color: rgb(200,194,80); }
td.TdClassName
{
border-color: #C8C250;
}
.TagClassName
{
border-color: #C8C250;
}
</style>