Shades of Celery #C3C242
Tints of Celery #C3C242
RGB
CMYK
RGB Variations
Color information
#C3C242 (or 0xC3C242) is known color: Celery. HEX triplet: C3, C2 and 42. RGB value is (195,194,66). Sum of RGB (Red+Green+Blue) = 195+194+66=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C242 is #3C3DBD. Grayscale: #B4B4B4. Windows color (decimal): -3947966 or 4375235. OLE color: 4375235.
HSL color Cylindrical-coordinate representation of color #C3C242: hue angle of 59.53º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3C242 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 66 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.24 |
| HSL | 59.53º | 0.52% | 0.51% | - |
| HSV(B) | 59.53º | 0.66% | 0.76% | - |
| XYZ | 42.78 | 50.58 | 12.66 | - |
| YUV | 179.71 | 63.83 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 66 | 0 | 0.01 | 0.66 | 0.24 | 59.53 | 0.52 | 0.51 |
| Hex | C3 | C2 | 42 | 0 | 1 | 42 | 18 | 3C | 34 | 33 |
| Octal | 303 | 302 | 102 | 0 | 1 | 102 | 30 | 74 | 64 | 63 |
| Binary | 11000011 | 11000010 | 1000010 | 0 | 1 | 1000010 | 11000 | 111100 | 110100 | 110011 |
Color Harmonies of #C3C242
Complementary color
Monochromatic Colors of #C3C242
Black with #C3C242
Text Example
Text Example
White with #C3C242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C242; }
p { color: rgb(195,194,66); }
H1.HeaderClassName
{
color: #C3C242;
}
.AnyTagClassName
{
color: #C3C242;
}
</style>
background-color css
<style>
a { background-color: #C3C242; }
a { background-color: rgb(195,194,66); }
div.DivClassName
{
background-color: #C3C242;
}
.BgClassName
{
background-color: #C3C242;
}
</style>
border-color css
<style>
span { border-color: #C3C242; }
span { border-color: rgb(195,194,66); }
td.TdClassName
{
border-color: #C3C242;
}
.TagClassName
{
border-color: #C3C242;
}
</style>