Shades of Celery #C3C145
Tints of Celery #C3C145
RGB
CMYK
RGB Variations
Color information
#C3C145 (or 0xC3C145) is known color: Celery. HEX triplet: C3, C1 and 45. RGB value is (195,193,69). Sum of RGB (Red+Green+Blue) = 195+193+69=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C145 is #3C3EBA. Grayscale: #B3B3B3. Windows color (decimal): -3948219 or 4571587. OLE color: 4571587.
HSL color Cylindrical-coordinate representation of color #C3C145: hue angle of 59.05º 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 #C3C145 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 69 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.24 |
| HSL | 59.05º | 0.51% | 0.52% | - |
| HSV(B) | 59.05º | 0.65% | 0.76% | - |
| XYZ | 42.65 | 50.17 | 13.07 | - |
| YUV | 179.46 | 65.66 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 69 | 0 | 0.01 | 0.65 | 0.24 | 59.05 | 0.51 | 0.52 |
| Hex | C3 | C1 | 45 | 0 | 1 | 41 | 18 | 3B | 33 | 34 |
| Octal | 303 | 301 | 105 | 0 | 1 | 101 | 30 | 73 | 63 | 64 |
| Binary | 11000011 | 11000001 | 1000101 | 0 | 1 | 1000001 | 11000 | 111011 | 110011 | 110100 |
Color Harmonies of #C3C145
Complementary color
Monochromatic Colors of #C3C145
Black with #C3C145
Text Example
Text Example
White with #C3C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C145; }
p { color: rgb(195,193,69); }
H1.HeaderClassName
{
color: #C3C145;
}
.AnyTagClassName
{
color: #C3C145;
}
</style>
background-color css
<style>
a { background-color: #C3C145; }
a { background-color: rgb(195,193,69); }
div.DivClassName
{
background-color: #C3C145;
}
.BgClassName
{
background-color: #C3C145;
}
</style>
border-color css
<style>
span { border-color: #C3C145; }
span { border-color: rgb(195,193,69); }
td.TdClassName
{
border-color: #C3C145;
}
.TagClassName
{
border-color: #C3C145;
}
</style>