#C1C048

Color #C1C048 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #C1C048

Tints of Celery #C1C048

Color information

#C1C048 (or 0xC1C048) is unknown color: approx Celery. HEX triplet: C1, C0 and 48. RGB value is (193,192,72). Sum of RGB (Red+Green+Blue) = 193+192+72=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C048 is #3E3FB7. Grayscale: #B3B3B3. Windows color (decimal): -4079544 or 4767937. OLE color: 4767937.

HSL color Cylindrical-coordinate representation of color #C1C048: hue angle of 59.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C1C048 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19319272-
CMYK00.010.630.24
HSL59.5º49.39%51.96%-
HSV(B)59.5º62.69%75.69%-
XYZ42.0149.513.47-
YUV178.6267.83138.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 42.23%
GREEN value IS 192 (75.39% from 255) = 42.01%
BLUE value IS 72 (28.52% from 255) = 15.75%
R=42.23%
G=42.01%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931927200.010.630.2459.549.3951.96
HexC1C048013F183c3134
Octal301300110017730746164
Binary110000011100000010010000111111111000111100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C048; }

 p { color: rgb(193,192,72); }

 H1.HeaderClassName
 {
   color: #C1C048;
 }
 .AnyTagClassName
 {
   color: #C1C048;
 }
</style>
background-color css

<style>
 a { background-color: #C1C048; }

 a { background-color: rgb(193,192,72); }

 div.DivClassName
 {
   background-color: #C1C048;
 }
 .BgClassName
 {
   background-color: #C1C048;
 }
</style>
border-color css

<style>
 span { border-color: #C1C048; }

 span { border-color: rgb(193,192,72); }

 td.TdClassName
 {
   border-color: #C1C048;
 }
 .TagClassName
 {
   border-color: #C1C048;
 }
</style>