Html Css Color HEX #C1C050 Celery

📋 copy color: '#C1C050'

red 193 ◦ green 192 ◦ blue 80

#C1C050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #C1C050

Tints of Celery #C1C050

RGB

 RED value IS 193 (75.78% from 255) = 41.51%

 GREEN value IS 192 (75.39% from 255) = 41.29%

 BLUE value IS 80 (31.64% from 255) = 17.2%

R = 41.51%
G = 41.29%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1C050 (or 0xC1C050) is known color: Celery. HEX triplet: C1, C0 and 50. RGB value is (193,192,80). Sum of RGB (Red+Green+Blue) = 193+192+80=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C050 is #3E3FAF. Grayscale: #B3B3B3. Windows color (decimal): -4079536 or 5292225. OLE color: 5292225.

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

Color convert

RGB 193 192 80 -
CMYK 0 0.01 0.59 0.24
HSL 59.47º 0.48% 0.54% -
HSV(B) 59.47º 0.59% 0.76% -
XYZ 42.29 49.62 14.94 -
YUV 179.53 71.83 137.61 -
System Red Green Blue C M Y K H S L
Decimal 193 192 80 0 0.01 0.59 0.24 59.47 0.48 0.54
Hex C1 C0 50 0 1 3B 18 3B 30 36
Octal 301 300 120 0 1 73 30 73 60 66
Binary 11000001 11000000 1010000 0 1 111011 11000 111011 110000 110110

Color Harmonies of #C1C050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C050

Black with #C1C050

Text Example


Text Example

White with #C1C050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C050; }

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

 H1.HeaderClassName
 {
   color: #C1C050;
 }
 .AnyTagClassName
 {
   color: #C1C050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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