Shades of Celery #C3C149
Tints of Celery #C3C149
RGB
CMYK
RGB Variations
Color information
#C3C149 (or 0xC3C149) is known color: Celery. HEX triplet: C3, C1 and 49. RGB value is (195,193,73). Sum of RGB (Red+Green+Blue) = 195+193+73=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C149 is #3C3EB6. Grayscale: #B4B4B4. Windows color (decimal): -3948215 or 4833731. OLE color: 4833731.
HSL color Cylindrical-coordinate representation of color #C3C149: hue angle of 59.02º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3C149 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 73 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.24 |
| HSL | 59.02º | 0.5% | 0.53% | - |
| HSV(B) | 59.02º | 0.63% | 0.76% | - |
| XYZ | 42.78 | 50.22 | 13.74 | - |
| YUV | 179.92 | 67.66 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 73 | 0 | 0.01 | 0.63 | 0.24 | 59.02 | 0.5 | 0.53 |
| Hex | C3 | C1 | 49 | 0 | 1 | 3F | 18 | 3B | 32 | 35 |
| Octal | 303 | 301 | 111 | 0 | 1 | 77 | 30 | 73 | 62 | 65 |
| Binary | 11000011 | 11000001 | 1001001 | 0 | 1 | 111111 | 11000 | 111011 | 110010 | 110101 |
Color Harmonies of #C3C149
Complementary color
Monochromatic Colors of #C3C149
Black with #C3C149
Text Example
Text Example
White with #C3C149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C149; }
p { color: rgb(195,193,73); }
H1.HeaderClassName
{
color: #C3C149;
}
.AnyTagClassName
{
color: #C3C149;
}
</style>
background-color css
<style>
a { background-color: #C3C149; }
a { background-color: rgb(195,193,73); }
div.DivClassName
{
background-color: #C3C149;
}
.BgClassName
{
background-color: #C3C149;
}
</style>
border-color css
<style>
span { border-color: #C3C149; }
span { border-color: rgb(195,193,73); }
td.TdClassName
{
border-color: #C3C149;
}
.TagClassName
{
border-color: #C3C149;
}
</style>