Shades of Celery #C3C045
Tints of Celery #C3C045
RGB
CMYK
RGB Variations
Color information
#C3C045 (or 0xC3C045) is known color: Celery. HEX triplet: C3, C0 and 45. RGB value is (195,192,69). Sum of RGB (Red+Green+Blue) = 195+192+69=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C045 is #3C3FBA. Grayscale: #B3B3B3. Windows color (decimal): -3948475 or 4571331. OLE color: 4571331.
HSL color Cylindrical-coordinate representation of color #C3C045: hue angle of 58.57º 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 #C3C045 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 69 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.24 |
| HSL | 58.57º | 0.51% | 0.52% | - |
| HSV(B) | 58.57º | 0.65% | 0.76% | - |
| XYZ | 42.43 | 49.73 | 12.99 | - |
| YUV | 178.88 | 65.99 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 69 | 0 | 0.02 | 0.65 | 0.24 | 58.57 | 0.51 | 0.52 |
| Hex | C3 | C0 | 45 | 0 | 2 | 41 | 18 | 3B | 33 | 34 |
| Octal | 303 | 300 | 105 | 0 | 2 | 101 | 30 | 73 | 63 | 64 |
| Binary | 11000011 | 11000000 | 1000101 | 0 | 10 | 1000001 | 11000 | 111011 | 110011 | 110100 |
Color Harmonies of #C3C045
Complementary color
Monochromatic Colors of #C3C045
Black with #C3C045
Text Example
Text Example
White with #C3C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C045; }
p { color: rgb(195,192,69); }
H1.HeaderClassName
{
color: #C3C045;
}
.AnyTagClassName
{
color: #C3C045;
}
</style>
background-color css
<style>
a { background-color: #C3C045; }
a { background-color: rgb(195,192,69); }
div.DivClassName
{
background-color: #C3C045;
}
.BgClassName
{
background-color: #C3C045;
}
</style>
border-color css
<style>
span { border-color: #C3C045; }
span { border-color: rgb(195,192,69); }
td.TdClassName
{
border-color: #C3C045;
}
.TagClassName
{
border-color: #C3C045;
}
</style>