Shades of Celery #C3C34A
Tints of Celery #C3C34A
RGB
CMYK
RGB Variations
Color information
#C3C34A (or 0xC3C34A) is known color: Celery. HEX triplet: C3, C3 and 4A. RGB value is (195,195,74). Sum of RGB (Red+Green+Blue) = 195+195+74=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C34A is #3C3CB5. Grayscale: #B5B5B5. Windows color (decimal): -3947702 or 4899779. OLE color: 4899779.
HSL color Cylindrical-coordinate representation of color #C3C34A: hue angle of 60º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3C34A is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 195 | 74 | - |
| CMYK | 0 | 0 | 0.62 | 0.24 |
| HSL | 60º | 0.5% | 0.53% | - |
| HSV(B) | 60º | 0.62% | 0.76% | - |
| XYZ | 43.26 | 51.13 | 14.07 | - |
| YUV | 181.21 | 67.5 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 195 | 74 | 0 | 0 | 0.62 | 0.24 | 60 | 0.5 | 0.53 |
| Hex | C3 | C3 | 4A | 0 | 0 | 3E | 18 | 3C | 32 | 35 |
| Octal | 303 | 303 | 112 | 0 | 0 | 76 | 30 | 74 | 62 | 65 |
| Binary | 11000011 | 11000011 | 1001010 | 0 | 0 | 111110 | 11000 | 111100 | 110010 | 110101 |
Color Harmonies of #C3C34A
Complementary color
Monochromatic Colors of #C3C34A
Black with #C3C34A
Text Example
Text Example
White with #C3C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C34A; }
p { color: rgb(195,195,74); }
H1.HeaderClassName
{
color: #C3C34A;
}
.AnyTagClassName
{
color: #C3C34A;
}
</style>
background-color css
<style>
a { background-color: #C3C34A; }
a { background-color: rgb(195,195,74); }
div.DivClassName
{
background-color: #C3C34A;
}
.BgClassName
{
background-color: #C3C34A;
}
</style>
border-color css
<style>
span { border-color: #C3C34A; }
span { border-color: rgb(195,195,74); }
td.TdClassName
{
border-color: #C3C34A;
}
.TagClassName
{
border-color: #C3C34A;
}
</style>