Shades of Celery #C3C044
Tints of Celery #C3C044
RGB
CMYK
RGB Variations
Color information
#C3C044 (or 0xC3C044) is known color: Celery. HEX triplet: C3, C0 and 44. RGB value is (195,192,68). Sum of RGB (Red+Green+Blue) = 195+192+68=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 68 (26.95% from 255 or 14.95% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C044 is #3C3FBB. Grayscale: #B3B3B3. Windows color (decimal): -3948476 or 4505795. OLE color: 4505795.
HSL color Cylindrical-coordinate representation of color #C3C044: hue angle of 58.58º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3C044 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 68 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.24 |
| HSL | 58.58º | 0.51% | 0.52% | - |
| HSV(B) | 58.58º | 0.65% | 0.76% | - |
| XYZ | 42.4 | 49.72 | 12.83 | - |
| YUV | 178.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 68 | 0 | 0.02 | 0.65 | 0.24 | 58.58 | 0.51 | 0.52 |
| Hex | C3 | C0 | 44 | 0 | 2 | 41 | 18 | 3B | 33 | 34 |
| Octal | 303 | 300 | 104 | 0 | 2 | 101 | 30 | 73 | 63 | 64 |
| Binary | 11000011 | 11000000 | 1000100 | 0 | 10 | 1000001 | 11000 | 111011 | 110011 | 110100 |
Color Harmonies of #C3C044
Complementary color
Monochromatic Colors of #C3C044
Black with #C3C044
Text Example
Text Example
White with #C3C044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C044; }
p { color: rgb(195,192,68); }
H1.HeaderClassName
{
color: #C3C044;
}
.AnyTagClassName
{
color: #C3C044;
}
</style>
background-color css
<style>
a { background-color: #C3C044; }
a { background-color: rgb(195,192,68); }
div.DivClassName
{
background-color: #C3C044;
}
.BgClassName
{
background-color: #C3C044;
}
</style>
border-color css
<style>
span { border-color: #C3C044; }
span { border-color: rgb(195,192,68); }
td.TdClassName
{
border-color: #C3C044;
}
.TagClassName
{
border-color: #C3C044;
}
</style>