Shades of Celery #C3C248
Tints of Celery #C3C248
RGB
CMYK
RGB Variations
Color information
#C3C248 (or 0xC3C248) is known color: Celery. HEX triplet: C3, C2 and 48. RGB value is (195,194,72). Sum of RGB (Red+Green+Blue) = 195+194+72=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C248 is #3C3DB7. Grayscale: #B4B4B4. Windows color (decimal): -3947960 or 4768451. OLE color: 4768451.
HSL color Cylindrical-coordinate representation of color #C3C248: hue angle of 59.51º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3C248 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 72 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.24 |
| HSL | 59.51º | 0.51% | 0.52% | - |
| HSV(B) | 59.51º | 0.63% | 0.76% | - |
| XYZ | 42.97 | 50.65 | 13.64 | - |
| YUV | 180.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 72 | 0 | 0.01 | 0.63 | 0.24 | 59.51 | 0.51 | 0.52 |
| Hex | C3 | C2 | 48 | 0 | 1 | 3F | 18 | 3C | 33 | 34 |
| Octal | 303 | 302 | 110 | 0 | 1 | 77 | 30 | 74 | 63 | 64 |
| Binary | 11000011 | 11000010 | 1001000 | 0 | 1 | 111111 | 11000 | 111100 | 110011 | 110100 |
Color Harmonies of #C3C248
Complementary color
Monochromatic Colors of #C3C248
Black with #C3C248
Text Example
Text Example
White with #C3C248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C248; }
p { color: rgb(195,194,72); }
H1.HeaderClassName
{
color: #C3C248;
}
.AnyTagClassName
{
color: #C3C248;
}
</style>
background-color css
<style>
a { background-color: #C3C248; }
a { background-color: rgb(195,194,72); }
div.DivClassName
{
background-color: #C3C248;
}
.BgClassName
{
background-color: #C3C248;
}
</style>
border-color css
<style>
span { border-color: #C3C248; }
span { border-color: rgb(195,194,72); }
td.TdClassName
{
border-color: #C3C248;
}
.TagClassName
{
border-color: #C3C248;
}
</style>