Shades of Celery #C3C345
Tints of Celery #C3C345
RGB
CMYK
RGB Variations
Color information
#C3C345 (or 0xC3C345) is known color: Celery. HEX triplet: C3, C3 and 45. RGB value is (195,195,69). Sum of RGB (Red+Green+Blue) = 195+195+69=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C345 is #3C3CBA. Grayscale: #B5B5B5. Windows color (decimal): -3947707 or 4572099. OLE color: 4572099.
HSL color Cylindrical-coordinate representation of color #C3C345: hue angle of 60º 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 #C3C345 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 195 | 69 | - |
| CMYK | 0 | 0 | 0.65 | 0.24 |
| HSL | 60º | 0.51% | 0.52% | - |
| HSV(B) | 60º | 0.65% | 0.76% | - |
| XYZ | 43.09 | 51.06 | 13.21 | - |
| YUV | 180.64 | 65 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 195 | 69 | 0 | 0 | 0.65 | 0.24 | 60 | 0.51 | 0.52 |
| Hex | C3 | C3 | 45 | 0 | 0 | 41 | 18 | 3C | 33 | 34 |
| Octal | 303 | 303 | 105 | 0 | 0 | 101 | 30 | 74 | 63 | 64 |
| Binary | 11000011 | 11000011 | 1000101 | 0 | 0 | 1000001 | 11000 | 111100 | 110011 | 110100 |
Color Harmonies of #C3C345
Complementary color
Monochromatic Colors of #C3C345
Black with #C3C345
Text Example
Text Example
White with #C3C345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C345; }
p { color: rgb(195,195,69); }
H1.HeaderClassName
{
color: #C3C345;
}
.AnyTagClassName
{
color: #C3C345;
}
</style>
background-color css
<style>
a { background-color: #C3C345; }
a { background-color: rgb(195,195,69); }
div.DivClassName
{
background-color: #C3C345;
}
.BgClassName
{
background-color: #C3C345;
}
</style>
border-color css
<style>
span { border-color: #C3C345; }
span { border-color: rgb(195,195,69); }
td.TdClassName
{
border-color: #C3C345;
}
.TagClassName
{
border-color: #C3C345;
}
</style>